Package top.focess.qq.api.event
-
Interface Summary Interface Description Cancellable This class indicates that the implemented event class is cancellableListener This class is used to indicate this is an event listener -
Class Summary Class Description 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 -
Enum Summary Enum Description EventPriority This class is used to define the priority of the event listener to better define the whole event chain -
Annotation Types Summary Annotation Type Description EventHandler Represent an event listener method.