All Classes and Interfaces

Class
Description
Build a bus
BusBuilder Implementation, public for BusBuilder.builder() only, don't use this directly.
Wraps a consumer to be used as an event handler, and overrides ConsumerEventHandler.toString() for better debugging.
 
Base Event class that all other events are derived from.
 
 
Event listeners are wrapped with implementations of this class.
Different priorities for Event listeners.
Base class for event listeners generated by EventListenerFactory.
Interface for events that can be canceled.
EventBus API.
 
 
Listener that wraps a listener to add a check.
 
 
Annotation to subscribe a method to an Event This annotation can only be applied to single parameter methods, where the single parameter is a subclass of Event.
Wrapper around an event handler generated for a SubscribeEvent method.