Package top.focess.qq.api.event
Interface Listener
-
- All Known Implementing Classes:
ChatListener,ConsoleListener,PluginListener
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 to
-
-
-
Method Detail
-
getPlugin
default Plugin getPlugin()
Get the plugin that this listener belongs to- Returns:
- the plugin that this listener belongs to
-
-