All Classes and Interfaces
Class
Description
An event bus which dispatches events to subscribed handlers.
Manages
EventSubscribers for a single event type.A handler of an event.
A subscriber to an event.
Annotated methods are automatically discovered and subscribed by
EventBus.subscribeAnnotated(Object).