|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signal | |
org.apache.excalibur.event.command |
Uses of Signal in org.apache.excalibur.event.command |
Subinterfaces of Signal in org.apache.excalibur.event.command | |
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. |
Methods in org.apache.excalibur.event.command with parameters of type Signal | |
void |
CommandManager.registerSignalHandler(Signal signal,
EventHandler handler)
Register a Signal with an EventHandler. |
void |
CommandManager.deregisterSignalHandler(Signal signal,
EventHandler handler)
Deregister a Signal with an EventHandler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |