Interface PluginListener
-
public interface PluginListener
Allows 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 void
pluginCreated(String pluginName, Plugin plugin)
Called when a plugin has been created.void
pluginDestroyed(String pluginName, Plugin plugin)
Called when a plugin has been destroyed.
-