All Classes and Interfaces

Class
Description
Class used to build event buses.
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.
Interface used to check whether specific Event class can be posted via a IEventBus.
Handler for exceptions occurred in event listeners.
Listener that wraps a listener to add a check.
 
Helper class that should be faster then ConcurrentHashMap, yet still manages to properly deal with many threads.
Annotation to subscribe a method to an Event
Wrapper around an event handler generated for a SubscribeEvent method.