Package org.nuiton.math.matrix.gui
Class MatrixPanelEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.nuiton.math.matrix.gui.MatrixPanelEvent
-
- All Implemented Interfaces:
Serializable
public class MatrixPanelEvent extends EventObject
MatrixPanelEvent. Created: 21 mars 2006 14:53:25- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description MatrixPanelEvent(MatrixEditor source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixND
getMatrix()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
MatrixPanelEvent
public MatrixPanelEvent(MatrixEditor source)
- Parameters:
source
-
-
-
Method Detail
-
getMatrix
public MatrixND getMatrix()
-
-