@FunctionalInterface public interface CommandScheduler
| Modifier and Type | Method and Description |
|---|---|
<R> void |
schedule(CommandBase<R> cmd,
Handler<? super CommandResponse<R>> handler) |
<R> void schedule(CommandBase<R> cmd, Handler<? super CommandResponse<R>> handler)
Copyright © 2020. All rights reserved.