| 接口 | 说明 |
|---|---|
| Cancellable |
This class indicates that the implemented event class is cancellable
|
| Listener |
This class is used to indicate this is an event listener
|
| 类 | 说明 |
|---|---|
| Event |
This is the base class of Event Chain.
|
| EventManager |
This class is used to submit Event for developers.
|
| ListenerHandler |
This class is used to help invoke listener methods
|
| 枚举 | 说明 |
|---|---|
| EventPriority |
This class is used to define the priority of the event listener to better define the whole event chain
|
| 注释类型 | 说明 |
|---|---|
| EventHandler |
Represent an event listener method.
|
Copyright © 2022. All rights reserved.