Interface Summary |
EventHandler |
An EventHandler takes care of processing specific events in
an event-based architecture. |
Message |
A Source implements the side of an event queue where queue elements are
dequeued operations only. |
PreparedEnqueue |
A PreparedEnqueue is an object returned from a
prepareEnqueue method that allows you to either
commit or abort the enqueue operation. |
Queue |
A Source implements the side of an event queue where QueueElements are
dequeued operations only. |
Signal |
A Signal is a specific type of queue element that denotes a Control code for
the Queue system. |
Sink |
A Sink implements the end of a finite-length event queue where
elements are enqueued. |
Source |
A Source implements the side of an event queue where QueueElements are
dequeued operations only. |