Package com.cosylab.vdct.plugin
Interface PluginListener
-
- All Known Implementing Classes:
DebugStartMenu,ExportMenu,PluginDebugManager,PluginExportManager,PluginLinkTypeConfigManager,PluginManagerDialog,PluginMenuManager,PluginNameConfigManager,PluginPopupManager,PluginsMenu,PluginUIManager,ToolsMenu
public interface PluginListenerInsert the class' description here. Creation date: (6.12.2001 22:15:47)- Author:
- cosylab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpluginAdded(PluginObject plugin)Insert the method's description here.voidpluginRemoved(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:
plugin- plugin
-
pluginRemoved
void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:15:59)- Parameters:
plugin- plugin
-
-