| Interface | Description |
|---|---|
| EventHandler |
Handles invocation of a listener
|
| Class | Description |
|---|---|
| ASMEventBus |
Event bus implementation that uses ASM to create classes to handle events to improve performance
|
| ASMEventHandler | |
| ASMEventHandlerConstructor |
ASM bytecode appender of the constructor of an
ASMEventHandler |
| ASMEventHandlerHandle |
ASM bytecode appender of the
EventHandler.handle(Object) method of an ASMEventHandler |
| AsyncASMEventBus |
Async version of
ASMEventBus |
| Annotation Type | Description |
|---|---|
| Listener |
Marks a method as an event listener
|