| Interface | Description |
|---|---|
| IDedicatedListener<T> |
Represents a 'dedicated listener'.
|
| IEventBus |
The event bus interface.
|
| Class | Description |
|---|---|
| ClassListenerSet |
Represents all the
IDedicatedListeners in a class. |
| ListenerHandler |
Represents a listener handler.
|
| SimpleEventBus |
A simple implementation of
IEventBus. |
| Annotation Type | Description |
|---|---|
| Listener |
Represents an event listener.
|