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 Type
    Method
    Description
    void
    Event 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.