ConsumableEventBroadcaster |
ConsumableEventBroadcaster dispatches events to all listeners with the
help of an EventInfo or ConsumableEventInfo until the event has
been consumed.
|
ConsumableEventInfo |
ConsumableEventInfo allows for consuming events.
|
EventBroadcaster |
EventBroadcaster dispatches events to all added listeners with the help
of an EventInfo |
EventBroadcasterFactory |
EventBroadcasterFactory creates and returns new event broadcasters |
EventInfo |
EventInfo provides at least information about the name of the event and
possibly further information |
DynamicEventBroadcasterFactory |
DynamicEventBroadcasterFactory creates and returns any kind of event
broadcaster |
SimpleConsumableEventBroadcaster |
SimpleConsumableEventBroadcaster broadcasts an event to listeners until
the event has been consumed.
|
SimpleConsumableEventInfo |
SimpleConsumableEventInfo offers support for consuming events |
SimpleEventInfo |
SimpleEventInfo lets you dynamically set the name of the event.
|
SpeedEventBroadcaster |
SpeedEventBroadcaster broadcasts events to listeners in the fastest way
possible |