Uses of Class
PluginListener

Uses of PluginListener in <Unnamed>
 

Methods in <Unnamed> that return PluginListener
Modifier and Type Method and Description
 PluginListener PluginRegisteredListener.getListener()
          Returns the listener
 

Methods in <Unnamed> with parameters of type PluginListener
Modifier and Type Method and Description
 PluginRegisteredListener PluginLoader.addListener(PluginLoader.Hook hook, PluginListener listener, Plugin plugin, PluginListener.Priority priorityEnum)
          Calls a plugin hook.
 

Constructors in <Unnamed> with parameters of type PluginListener
Constructor and Description
PluginRegisteredListener(PluginLoader.Hook h, PluginListener l, Plugin p, int pri)
          Creates a register listener class for calling later.