|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
event-handling API.
See:
Description
| Class Summary | |
|---|---|
| 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 Threads. |
| AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>> | This class extends AbstractEventSource with the ability of
synchronization and therefore is thread-safe. |
Contains the abstract base-implementation of the
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||