| Interface | Description |
|---|---|
| Event |
Marker interface for all events.
|
| IListener<T> |
Basic listener interface allowing the object to receive 'Events'.
|
| Listeners.ListenerNotifier<Listener extends EventListener> |
Used to raise the event in the listeners.
|
| Listeners.ListenerRemover |
Used as a visitor to the listeners that should tell which listeners to remove...
|
| Class | Description |
|---|---|
| IListener.Notifier<LISTENER extends IListener> |
Convenient class for notifying about events using
Listeners or ListenersMap. |
| Listeners<Listener extends EventListener> |
This object is implementing listeners list, where you may store both type of references to
the listeners (strong reference / weak reference).
|
| Listeners.AdaptableListenerNotifier<LISTENER extends IListener> | |
| ListenersMap<Key> |
Map of the listeners according to some key.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.