Package top.focess.qq.api.event.plugin
Class PluginEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.plugin.PluginEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PluginLoadEvent,PluginUnloadEvent
public class PluginEvent extends Event
Called when a plugin triggers a special action- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginEvent(Plugin plugin)Constructs a PluginEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlugingetPlugin()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-