Interface | Description |
---|---|
EventFireTime<T> | |
EventHandler<T extends AbstractEventData> |
Interface for an event handler
|
Class | Description |
---|---|
AbstractEventData |
Class Description
|
AbstractEventHandler<T extends AbstractEventData> |
Implementation of an EventHandler that handles returning the standard return value automatically
|
EventEngine |
Simple event engine that stores and fires events.
|
EventHandlerWithPriority<T extends EventHandler<?>> |
Wrapper to hold an event handler and sort according to priority in which to run the handlers
|