| Interface | Description |
|---|---|
| EventBus |
An EventBus is a simple pattern to promote loose coupling between various
components.
|
| EventBusMonitor |
Monitoring Interface of Event Bus.
|
| Class | Description |
|---|---|
| BasicEventBus |
A simple Event Bus implementation which receives events or messages from
various sources and distributes them to all subscribers of the event type.
|
| BusExceptionEvent |
For any exceptions that occur on the bus during handler execution, this event
will be published.
|
| VetoEvent |
A VetoEvent is sent out of the event bus when a veto has been made by the
subscriber.
|
| Enum | Description |
|---|---|
| DefaultEventBus |
An
EventBus factory that will return a singleton implementation. |
| Exception | Description |
|---|---|
| VetoException |
Thrown by subscribers in their
EventHandler annotated methods to
indicate that a "veto" of the event has occured. |
| Annotation Type | Description |
|---|---|
| EventHandler |
Annotation EventHandler.
|
Copyright © 2011–2014 Intelligents-ia. All rights reserved.