All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary
| Class |
Description |
| AbstractCancellable |
|
| AsyncEvent |
|
| BaseBus<E,S extends Subscriber<? extends E>> |
|
| Cancellable |
Represents a cancellable event.
|
| Event |
Represents an event.
|
| EventBus<E,S extends Subscriber<? extends E>> |
|
| EventBusImpl<E,S extends Subscriber<? extends E>> |
|
| FireResult |
|
| Listener |
|
| NotSubscribable |
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>> |
|
| OwnedSubscriber<O,T> |
|
| OwnedSubscriberImpl<O,E> |
|
| PostOrder |
Represents in which order (and thus when) the subscriber is called.
|
| Subscribe |
An annotation used to signify the given method is an event.
|
| Subscriber<T> |
Represents a subscribed listener to an event.
|
| SubscriberImpl<E> |
|
| TriConsumer<T,U,V> |
|
| Utils |
|