See: Description
| Interface | Description |
|---|---|
| EventHandler<E> |
Represents an interface to perform direct dispatch of an event.
|
| EventManager |
Allows plugins to register and deregister listeners for event handlers.
|
| ResultedEvent<R extends ResultedEvent.Result> |
Indicates an event that has a result attached to it.
|
| ResultedEvent.Result |
Represents a result for an event.
|
| Class | Description |
|---|---|
| ResultedEvent.ComponentResult |
Represents an "allowed/denied" result with a reason allowed for denial.
|
| ResultedEvent.GenericResult |
A generic "allowed/denied" result.
|
| Enum | Description |
|---|---|
| PostOrder |
Represents the order an event will be posted to a listener method, relative to other listeners.
|
| Annotation Type | Description |
|---|---|
| Subscribe |
An annotation that indicates that this method can be used to listen for an event from the proxy.
|