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.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description MatrixPanelEvent(MatrixEditor source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixNDgetMatrix()- 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MatrixPanelEventpublic MatrixPanelEvent(MatrixEditor source) - Parameters:
- source-
 
 
- 
 - 
Method Detail- 
getMatrixpublic MatrixND getMatrix() 
 
- 
 
-