| Interface | Description |
|---|---|
| CommandEvent |
Base interface for CommandEvents.
|
| CommandFailureEvent<C extends CommandEvent> |
Event indicating that the command of type C failed.
|
| CommandResultEvent<C extends CommandEvent> |
Communicates the result of a command of type C.
|
| CommandSuccessEvent<C extends CommandEvent> |
Event indicating that the command of type C succeeded.
|
| Class | Description |
|---|---|
| BaseCommandFailureEvent<C extends CommandEvent> |
Base class for success events.
|
| BaseCommandSuccessEvent<C extends CommandEvent> |
Base class for success events.
|
Copyright © 2018. All Rights Reserved.