Package top.focess.qq.api.event
Class Event
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BotEvent,CommandExecutedEvent,CommandPrepostEvent,ConsoleChatEvent,ConsoleMessageEvent,PluginEvent,ServerStartEvent,ServerStopEvent
public abstract class Event extends Object implements Serializable
This is the base class of Event Chain. The class which extends it should have a field called "LISTENER_HANDLER"- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event()
-