Class Summary |
Event |
The base class of all EventBus events. |
Event.NonVetoable |
An BusEvent implementation that cannot be vetoed. |
EventBus |
The EventBus is the global event notification mechanism. |
EventBusListNode |
Event bus event type node. |
EventBusManager |
The EventBus is the global event notification mechanism. |
EventListenerListNode |
Class that is used in the list of Listeners. |
EventUtils |
Utility methods for the Event classes |
ListenerArrayList |
A wrapper for ArrayList that provides synchronized access, with high performance toArray(). |
ListenerList |
This class represents a list of event listeners, or a list of event listener lists. |