Interface PluginManagerListener
-
public interface PluginManagerListenerInterface to listen for plugin manager events. Use thePluginManager.addPluginManagerListener(PluginManagerListener)method to register for events.- Author:
- Gaston Dombiak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpluginsMonitored()Event indicating that the PluginManager has finished an attemp to load new plugins and unload old plugins.
-