ix.iplan.event
Class AbstractOptionListener
java.lang.Object
ix.iplan.event.AbstractOptionListener
- All Implemented Interfaces:
- OptionListener
- Direct Known Subclasses:
- IPlanTool.OptListener
public abstract class AbstractOptionListener
- extends java.lang.Object
- implements OptionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOptionListener
public AbstractOptionListener()
optionAdded
public void optionAdded(OptionEvent e)
- Specified by:
optionAdded
in interface OptionListener
optionSet
public void optionSet(OptionEvent e)
- Specified by:
optionSet
in interface OptionListener
optionRenamed
public void optionRenamed(OptionEvent e,
java.lang.String oldName)
- Specified by:
optionRenamed
in interface OptionListener
optionContentsChanged
public void optionContentsChanged(OptionEvent e,
java.util.EventObject how)
- Specified by:
optionContentsChanged
in interface OptionListener
optionDeleted
public void optionDeleted(OptionEvent e)
- Specified by:
optionDeleted
in interface OptionListener