Interface PluginListener
-
public interface PluginListenerAllows for notifications that a plugin has been either created or destroyed.- Author:
- Alexander Wenckus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpluginCreated(String pluginName, Plugin plugin)Called when a plugin has been created.voidpluginDestroyed(String pluginName, Plugin plugin)Called when a plugin has been destroyed.
-