com.cosylab.vdct.plugin
Interface PluginListener

All Known Implementing Classes:
DebugStartMenu, ExportMenu, PluginDebugManager, PluginExportManager, PluginLinkTypeConfigManager, PluginManagerDialog, PluginMenuManager, PluginNameConfigManager, PluginPopupManager, PluginsMenu, PluginUIManager, ToolsMenu

public interface PluginListener

Insert the class' description here. Creation date: (6.12.2001 22:15:47)

Author:

Method Summary
 void pluginAdded(PluginObject plugin)
          Insert the method's description here.
 void pluginRemoved(PluginObject plugin)
          Insert the method's description here.
 

Method Detail

pluginAdded

void pluginAdded(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:16:08)

Parameters:
-

pluginRemoved

void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:15:59)

Parameters:
-