event-handling API
.See: Description
Class | Description |
---|---|
AbstractEventBus |
This is the default implementation of
EventBus . |
AbstractEventBus.EventDispatcher<E> |
A dispatcher for all
EventListener s of a particular event
type . |
AbstractEventBus.EventListenerContainer<E> |
A simple container for a
registered EventListener . |
AbstractEventSource<E extends Event,L extends EventListener<E>> |
This is the abstract base implementation of the
EventListener interface. |
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>> |
This class extends
AbstractSynchronizedEventSource with the ability to send events asynchronous in separate
Thread s. |
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>> |
This class extends
AbstractEventSource with the ability of synchronization and therefore is thread-safe. |
event-handling API
.
events
and wants to send
them to all registered
listeners
you only need to extend
AbstractEventSource
or one of its sub-classes provided in this package.Copyright © 2001–2016 mmm-Team. All rights reserved.