CommandEventMulticaster, CommandListenerMulticasterpublic interface CommandListener
| Modifier and Type | Method | Description |
|---|---|---|
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