Interface PluginManagerListener
public interface PluginManagerListener
Interface to listen for plugin manager events. Use the
PluginManager.addPluginManagerListener(PluginManagerListener)
method to register for events.- Author:
- Gaston Dombiak
-
Method Summary
Modifier and TypeMethodDescriptionvoidEvent indicating that the PluginManager has finished an attemp to load new plugins and unload old plugins.
-
Method Details
-
pluginsMonitored
void pluginsMonitored()Event indicating that the PluginManager has finished an attemp to load new plugins and unload old plugins.
-