Package top.focess.qq.api.event
Interface Listener
-
public interface ListenerThis class is used to indicate this is an event listener
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PlugingetPlugin()Get the plugin that this listener belongs todefault voidunregister()Unregister this listener
-
-
-
Method Detail
-
getPlugin
default Plugin getPlugin()
Get the plugin that this listener belongs to- Returns:
- the plugin that this listener belongs to
-
unregister
default void unregister()
Unregister this listener
-
-