com.jzy3d.surfedit.events
Class CellSelectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jzy3d.surfedit.events.CellSelectedEvent
All Implemented Interfaces:
java.io.Serializable

public class CellSelectedEvent
extends java.util.EventObject

Author:
Martin Pernollet
See Also:
Serialized Form

Constructor Summary
CellSelectedEvent(java.lang.Object source, Cell cell)
           
 
Method Summary
 Cell getCell()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellSelectedEvent

public CellSelectedEvent(java.lang.Object source,
                         Cell cell)
Method Detail

getCell

public Cell getCell()