Class Matrix.action
- java.lang.Object
-
- adams.gui.visualization.stats.scatterplot.Matrix.action
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- Matrix
public class Matrix.action extends Object implements ActionListener
Listener for when the update button is pressed- Author:
- msf8
-
-
Constructor Summary
Constructors Constructor Description action()
-
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
-
-