ix.ip2
Class IVarTool.OptListener

java.lang.Object
  extended by ix.iplan.event.AbstractOptionListener
      extended by ix.ip2.IVarTool.OptListener
All Implemented Interfaces:
OptionListener
Enclosing class:
IVarTool

 class IVarTool.OptListener
extends AbstractOptionListener


Constructor Summary
IVarTool.OptListener()
           
 
Method Summary
 void optionContentsChanged(OptionEvent e, java.util.EventObject how)
           
 void optionRenamed(OptionEvent e, java.lang.String oldName)
           
 void optionSet(OptionEvent e)
           
 
Methods inherited from class ix.iplan.event.AbstractOptionListener
optionAdded, optionDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVarTool.OptListener

IVarTool.OptListener()
Method Detail

optionSet

public void optionSet(OptionEvent e)
Specified by:
optionSet in interface OptionListener
Overrides:
optionSet in class AbstractOptionListener

optionRenamed

public void optionRenamed(OptionEvent e,
                          java.lang.String oldName)
Specified by:
optionRenamed in interface OptionListener
Overrides:
optionRenamed in class AbstractOptionListener

optionContentsChanged

public void optionContentsChanged(OptionEvent e,
                                  java.util.EventObject how)
Specified by:
optionContentsChanged in interface OptionListener
Overrides:
optionContentsChanged in class AbstractOptionListener