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 PluginListener
Insert 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 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:
plugin
- plugin
-
pluginRemoved
void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:15:59)- Parameters:
plugin
- plugin
-
-