| Package | Description |
|---|---|
| org.apache.excalibur.event.command |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelayedCommand
A DelayedCommand is a specific type of Command that denotes a an execution
unit that will be delayed at least X number of milliseconds.
|
interface |
RepeatedCommand
A Signal is a specific type of QueueElement that denotes a Control code
for the Queue system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandFailureHandler.handleCommandFailure(Command command,
java.lang.Throwable throwable)
Handle a command failure.
|