org.nuiton.math.matrix.gui
Class MatrixPanelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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: 323 $ Last update: $Date: 2011-01-22 10:32:20 +0100 (sam., 22 janv. 2011) $ by : $Author: tchemit $
Author:
poussin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MatrixPanelEvent(MatrixEditor source)
           
 
Method Summary
 MatrixND getMatrix()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatrixPanelEvent

public MatrixPanelEvent(MatrixEditor source)
Parameters:
source -
Method Detail

getMatrix

public MatrixND getMatrix()


Copyright © 2004-2011 CodeLutin. All Rights Reserved.