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 -
-
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 listenerstatic voidListenerHandler. unregister(Plugin plugin, Listener listener)Unregister the listener by the pluginConstructor parameters in top.focess.qq.api.event with type arguments of type Listener Constructor Description IllegalListenerClassException(Class<? extends Listener> c, Exception e)Constructs a IllegalListenerClassException -
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
-