Package top.focess.qq.api.event.plugin
Class PluginLoadEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.plugin.PluginEvent
-
- top.focess.qq.api.event.plugin.PluginLoadEvent
-
- All Implemented Interfaces:
Serializable
public class PluginLoadEvent extends PluginEvent
Called when a plugin is loaded- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginLoadEvent(Plugin plugin)Constructs a PluginLoadEvent
-
Method Summary
-
Methods inherited from class top.focess.qq.api.event.plugin.PluginEvent
getPlugin
-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, prevent, setPrevent
-
-
-
-
Constructor Detail
-
PluginLoadEvent
public PluginLoadEvent(Plugin plugin)
Constructs a PluginLoadEvent- Parameters:
plugin- the plugin
-
-