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.
Deprecated, for removal: This API element is subject to removal in a future version.
Use a custom type and custom methods appropriate for your event, instead of the overly general Event.Result enum.
 
 
 
Event listeners are wrapped with implementations of this class.
 
Different priorities for Event listeners.
Base class for event listeners generated by EventListenerFactory.
Deprecated, for removal: This API element is subject to removal in a future version.
Use non-generic events instead, or another system.
Interface for events that can be canceled.
EventBus API.
 
 
Deprecated, for removal: This API element is subject to removal in a future version.
Use non-generic events instead, or another system.
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.