Class Summary |
AsyncEventBus |
An EventBus that takes the Executor of your choice and uses it to
dispatch events, allowing dispatch to occur asynchronously. |
DeadEvent |
Wraps an event that was posted, but which had no subscribers and thus could
not be delivered. |
EventBus |
Dispatches events to listeners, and provides ways for listeners to register
themselves. |
EventBus.EventWithHandler |
simple struct representing an event and it's handler |
EventHandler |
Wraps a single-argument 'handler' method on a specific object. |