| Interface | Description |
|---|---|
| EventBusProvider |
A simple denotation that a particular class has an event bus that can be used
by client classes.
|
| Class | Description |
|---|---|
| ContextualEvent<T> |
Defines an
Event that occurs within some (generic) context. |
| Event |
Defines an abstract event.
|
| EventBus |
Defines an event bus that handles the dispatching of events to client
classes.
|
| EventBusClient |
Provides client-level access to an
EventBus. |
| EventPriority |
Defines basic event levels.
|
| EventQueueDefinition |
Defines an event queue which contains multiple priority-specific event
handler sinks.
|
| EventQueueEntry |
Defines an entry in the event queue for a specific event type.
|
| Enum | Description |
|---|---|
| EventScanType |
| Exception | Description |
|---|---|
| EventVetoException |
Defines an exception that will cause the event bus to stop processing further
events within the event queue for a particular event type.
|
| Annotation Type | Description |
|---|---|
| EventHandler |
Defines a flag for a method that allows it to receive events
|
| EventScanMode |
A simple mark that a class should have detailed scanning enabled.
|
Copyright © 2014. All rights reserved.