Interface | Description |
---|---|
Subscription |
A registration object for removing an event listener added to a source.
|
Class | Description |
---|---|
EventHub |
EventHub class implementing the event listening model with concrete event classes.
|
EventHub.SubscriptionImpl<E> | |
EventRouter |
Generic Event router with lazily initialized events map.
|
Annotation Type | Description |
---|---|
TriggerOnce |
Annotation for event types that forces
EventHub to unsubscribe listeners for this event type after invocation. |