|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ChangeEvent | A ChangeEvent is an Event that informs about something that
has been added, updated or removed. |
| Event | This is the interface for a generic event. |
| EventListener<E extends Event> | This is the interface for a generic event listener. |
| EventSource<E extends Event,L extends EventListener<E>> | This interface allows listeners to be registered and unregistered. |
| Enum Summary | |
|---|---|
| ChangeType | This enum contains the available types of a
ChangeEvent. |
Provides the API for a generic event-handling.
Event or if suitable implementing
ChangeEvent. Then the producer of the events
only needs to extend AbstractEventSource or
one of its sub-classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||