Package com.cosylab.vdct.plugin.config
Class PluginLinkTypeConfigManager
- java.lang.Object
-
- com.cosylab.vdct.plugin.config.PluginLinkTypeConfigManager
-
- All Implemented Interfaces:
PluginListener,PropertyChangeListener,EventListener
public final class PluginLinkTypeConfigManager extends Object implements PluginListener, PropertyChangeListener
Creation date: (7.12.2001 13:57:49)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPluginLinkTypeConfigManager()Insert the method's description here.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PluginLinkTypeConfigManagergetInstance()Insert the method's description here.voidpluginAdded(PluginObject plugin)Insert the method's description here.voidpluginRemoved(PluginObject plugin)Insert the method's description here.voidpropertyChange(PropertyChangeEvent evt)Not implemented Creation date: (6.12.2001 22:23:57)
-
-
-
Method Detail
-
getInstance
public static PluginLinkTypeConfigManager getInstance()
Insert the method's description here. Creation date: (7.12.2001 14:01:03)- Returns:
- com.cosylab.vdct.plugin.PluginExportManager
-
pluginAdded
public void pluginAdded(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:23:57)- Specified by:
pluginAddedin interfacePluginListener- Parameters:
plugin- plugin
-
pluginRemoved
public void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:23:57)- Specified by:
pluginRemovedin interfacePluginListener- Parameters:
plugin- plugin
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
Not implemented Creation date: (6.12.2001 22:23:57)- Specified by:
propertyChangein interfacePropertyChangeListener
-
-