| Interface | Description |
|---|---|
| EventCancellable |
This interface will generify the way to cancel events adding the isCancelled() and setCancelled() methods.
|
| EventListener |
This interface will mark a class as an event listener class.
|
| Class | Description |
|---|---|
| Event |
Represents an event.
|
| Enum | Description |
|---|---|
| EventPriority |
Event execution order from MONITOR(First) to LOWEST(last).
|
| Annotation Type | Description |
|---|---|
| EventHandler |
This annotation will mark methods as Event Handler Listeners.
|
Copyright © 2020. All rights reserved.