|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventSource | |
|---|---|
| net.sf.mmm.util.event.base | Contains the abstract base-implementation of the
event-handling API. |
| Uses of EventSource in net.sf.mmm.util.event.base |
|---|
| Classes in net.sf.mmm.util.event.base that implement EventSource | |
|---|---|
class |
AbstractEventSource<E extends Event,L extends EventListener<E>>
This is the abstract base implementation of the EventListener interface. |
class |
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>>
This class extends AbstractSynchronizedEventSource with the ability
to send events asynchronous in separate Threads. |
class |
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>>
This class extends AbstractEventSource with the ability of
synchronization and therefore is thread-safe. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||