| Interface | Description |
|---|---|
| ChangeEvent | |
| Event |
This is the interface for a generic event.
|
| EventBus |
This is the interface for an event bus.
|
| EventListener<E> |
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.
|
| Class | Description |
|---|---|
| EventListenerIgnore |
This is an implementation of
EventListener that simply ignores all events. |
| Enum | Description |
|---|---|
| ChangeType |
This enum contains the available
types of a ChangeEvent. |
Event or if suitable
implementing ChangeEvent. Then the producer of the events only needs to extend
AbstractEventSource or one of its sub-classes.Copyright © 2001–2016 mmm-Team. All rights reserved.