Interface | Description |
---|---|
DeliverTask |
Dispatch given event dispatch tasks.
|
HandlerTask |
A task that will deliver its event to its EventHandler when executed
or blacklist the handler, respectively.
|
Class | Description |
---|---|
AsyncDeliverTasks |
This class does the actual work of the asynchronous event dispatch.
|
HandlerTaskImpl |
An implementation of the HandlerTask interface.
|
Rendezvous |
This is a simplified version of the CyclicBarrier implementation.
|
SyncDeliverTasks |
This class does the actual work of the synchronous event delivery.
|
SyncThread |
This thread class is used for sending the events
synchronously.
|
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.