Class AbstractSetupPanel.ModificationChangeListener
- java.lang.Object
-
- adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationChangeListener
-
- All Implemented Interfaces:
EventListener
,ChangeListener
- Enclosing class:
- AbstractSetupPanel<T>
public class AbstractSetupPanel.ModificationChangeListener extends Object implements ChangeListener
Change listener that just sets the modified flag.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ModificationChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stateChanged(ChangeEvent e)
-
-
-
Method Detail
-
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interfaceChangeListener
-
-