|
Class Summary |
| AsyncDeliverTasks |
This class does the actual work of the asynchronous event dispatch. |
| BlockTask |
This task will can be used to block a thread that subsequently will be unblocked
once the task is executed. |
| DispatchTask |
This class is the core of the event dispatching (for both, synchronous and
asynchronous). |
| HandlerTaskImpl |
An implementation of the HandlerTask interface. |
| ResumeTask |
A task that wakes-up a disabled DispatchTask. |
| SyncDeliverTasks |
This class does the actual work of the synchronous event delivery. |