Interface PluginManagerListener

All Known Subinterfaces:
AlgorithmManager, IOManager, ModeManager, ToolManager, URLattributeActionManager, ViewManager
All Known Implementing Classes:
AttributeComponentManager, AttributeTypesManager, DefaultAlgorithmManager, DefaultIOManager, DefaultModeManager, DefaultToolManager, DefaultURLattributeActionManager, DefaultViewManager, EditComponentManager, IPKeditComponents, MainFrame, PreferenceManager, PreferencesDialog

public interface PluginManagerListener
Represents a listener, which is called, if a plugin has been added to the plugin manager.
Version:
$Revision: 1.5 $
  • Method Summary

    Modifier and Type Method Description
    void pluginAdded​(GenericPlugin plugin, PluginDescription desc)
    Called by the plugin manager, iff a plugin has been added.
  • Method Details

    • pluginAdded

      void pluginAdded​(GenericPlugin plugin, PluginDescription desc)
      Called by the plugin manager, iff a plugin has been added.
      Parameters:
      plugin - the added plugin.
      desc - the description of the new plugin.