AbstractEvent |
Implementation of EventInterface. |
DelegatingDispatcher |
A dispatcher delegating its methods to an other dispatcher. |
Dispatcher |
Implementation of a DispatcherInterface supporting prioritized listeners. |
Event |
Default Event class. |
EventImmutable |
Implementation of an immutable Event. An immutable event cannot be modified
after instanciation : |
ListenersPriorityQueue |
A class containing an inner listeners priority queue that can be iterated
multiple times. One instance of ListenersPriorityQueue is used per Event in the
Dispatcher. |
Priority |
An enumeration of priorities for event listeners, that you are encouraged to use
when adding them in the Dispatcher. |