| Event |
Abstraction of an of a time-stamped event pertaining to an arbitrary subject.
|
| EventFilter |
Entity capable of filtering events.
|
| EventListener |
Entity capable of receiving events.
|
| EventSink |
Abstraction of an event sink capable of processing the specified event types.
|
| ListenerRegistry |
Base implementation of an event sink and a registry capable of tracking listeners and dispatching
events to them as part of event sink processing.
|
| ListenerService |
Abstraction of a service capable of asynchronously notifying listeners.
|