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