| Package | Description |
|---|---|
| com.google.common.eventbus |
The EventBus allows publish-subscribe-style communication between components
without requiring the components to explicitly register with one another
(and thus be aware of each other).
|
| Class and Description |
|---|
| EventBus
Dispatches events to listeners, and provides ways for listeners to register
themselves.
|
| EventBus.EventWithSubscriber
simple struct representing an event and it's subscriber
|
| EventSubscriber
Wraps a single-argument subscriber method on a specific object.
|
| SubscriberExceptionContext
Context for an exception thrown by a subscriber.
|
| SubscriberExceptionHandler
Handler for exceptions thrown by event subscribers.
|
| SubscriberFindingStrategy
A method for finding event subscriber methods in objects, for use by
EventBus. |