public interface CommandListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
commandFailed(CommandFailedEvent event)
Listener for command failure events
|
void |
commandStarted(CommandStartedEvent event)
Listener for command started events.
|
void |
commandSucceeded(CommandSucceededEvent event)
Listener for command completed events
|
void commandStarted(CommandStartedEvent event)
event - the eventvoid commandSucceeded(CommandSucceededEvent event)
event - the eventvoid commandFailed(CommandFailedEvent event)
event - the event