R
- type of the command's result.T
- type of the teammate.public static interface TeammateCommandExecutorService.CommandListener<R,T extends Addressable<IpAddress>>
Modifier and Type | Method and Description |
---|---|
void |
commandExecuted(T teammate,
Result<R,Exception,TeammateCommandExecutorService.CancellationCause> result)
Notifies a command has been processed.
|
void commandExecuted(T teammate, Result<R,Exception,TeammateCommandExecutorService.CancellationCause> result)
teammate
- teammate where the command was executed.result
- execution result.Copyright © 2015. All Rights Reserved.