Uses of Interface
top.focess.qq.api.event.Listener
-
Packages that use Listener Package Description top.focess.qq.api.event top.focess.qq.api.plugin top.focess.qq.core.listeners -
-
Uses of Listener in top.focess.qq.api.event
Methods in top.focess.qq.api.event with parameters of type Listener Modifier and Type Method Description <T extends Event>
voidListenerHandler. register(Listener listener, Method method, EventHandler handler)Register the listenerstatic voidListenerHandler. register(Plugin plugin, Listener listener)Add the listener and bundle to the pluginvoidListenerHandler. unregister(Listener listener)Unregister the listener -
Uses of Listener in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin with parameters of type Listener Modifier and Type Method Description voidPlugin. registerListener(Listener listener)Register the listener into the Event chain -
Uses of Listener in top.focess.qq.core.listeners
Classes in top.focess.qq.core.listeners that implement Listener Modifier and Type Class Description classChatListenerclassConsoleListenerclassPluginListener
-