com.cosylab.vdct.plugin.export
Class PluginExportManager

java.lang.Object
  extended by com.cosylab.vdct.plugin.export.PluginExportManager
All Implemented Interfaces:
PluginListener, java.beans.PropertyChangeListener, java.util.EventListener

public final class PluginExportManager
extends java.lang.Object
implements PluginListener, java.beans.PropertyChangeListener

CURRENTLY NOT NEEDED Creation date: (7.12.2001 13:57:49)

Author:
Matej Sekoranja

Constructor Summary
protected PluginExportManager()
          Insert the method's description here.
 
Method Summary
static PluginExportManager getInstance()
          Insert the method's description here.
 void pluginAdded(PluginObject plugin)
          Insert the method's description here.
 void pluginRemoved(PluginObject plugin)
          Insert the method's description here.
 void propertyChange(java.beans.PropertyChangeEvent evt)
          Not implemented Creation date: (6.12.2001 22:23:57)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginExportManager

protected PluginExportManager()
Insert the method's description here. Creation date: (7.12.2001 14:00:41)

Method Detail

getInstance

public static PluginExportManager 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:
pluginAdded in interface PluginListener
Parameters:
-

pluginRemoved

public void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:23:57)

Specified by:
pluginRemoved in interface PluginListener
Parameters:
-

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Not implemented Creation date: (6.12.2001 22:23:57)

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
-