Package top.focess.qq.api.event.plugin
Class PluginUnloadEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.plugin.PluginEvent
-
- top.focess.qq.api.event.plugin.PluginUnloadEvent
-
- All Implemented Interfaces:
Serializable
public class PluginUnloadEvent extends PluginEvent
Called when a plugin is unloaded- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginUnloadEvent(Plugin plugin)Constructs a PluginUnloadEvent
-
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
-
PluginUnloadEvent
public PluginUnloadEvent(Plugin plugin)
Constructs a PluginUnloadEvent- Parameters:
plugin- the plugin
-
-