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 -
Exception Summary Exception Description EventSubmitException Thrown to indicate there is any invalid section in Event Submit ChainIllegalListenerClassException Thrown to indicate this class is not an illegal Listener class -
Annotation Types Summary Annotation Type Description EventHandler Represent an event listener method.ListenerType Represent this class is a Listener.