com.jzy3d.surfedit.events
Class CellSelectedEvent

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

public class CellSelectedEvent
extends EventObject

Author:
Martin Pernollet
See Also:
Serialized Form

Field Summary
protected  Cell cell
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CellSelectedEvent(Object source, Cell cell)
           
 
Method Summary
 Cell getCell()
           
 
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
 

Field Detail

cell

protected Cell cell
Constructor Detail

CellSelectedEvent

public CellSelectedEvent(Object source,
                         Cell cell)
Method Detail

getCell

public Cell getCell()


Copyright © 2014. All rights reserved.