Class BaseEvent
java.lang.Object
com.github.theword.queqiao.tool.event.base.BaseEvent
- Direct Known Subclasses:
BaseMessageEvent
,BaseNoticeEvent
BaseEvent
基础事件
所有事件均继承该类
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseEvent
构造函数- Parameters:
eventName
- 事件名称postType
- 事件类型subType
- 事件子类型
-