All Classes and Interfaces

Class
Description
 
 
BaseBus<E,S extends Subscriber<? extends E>>
 
Represents a cancellable event.
Represents an event.
EventBus<E,S extends Subscriber<? extends E>>
 
EventBusImpl<E,S extends Subscriber<? extends E>>
 
 
 
 
This marks the annotated class as not subscribable.
OwnedEventBus<O,E,S extends OwnedSubscriber<O,? extends E>>
 
OwnedEventBusImpl<O,E,S extends OwnedSubscriber<O,? extends E>>
 
 
 
Represents in which order (and thus when) the subscriber is called.
An annotation used to signify the given method is an event.
Represents a subscribed listener to an event.