| Package | Description |
|---|---|
| org.apache.excalibur.event.command |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command
A Command is a specific type of Signal that denotes an asynchronous
execution unit that must be performed by the CommandManager.
|
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.
|