com.jzy3d.surfedit.events
Class CellsSelectedEvent

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

public class CellsSelectedEvent
extends EventObject

Author:
Martin Pernollet
See Also:
Serialized Form

Field Summary
protected  Set<Cell> cells
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CellsSelectedEvent(Object source)
           
CellsSelectedEvent(Object source, Set<Cell> cells)
           
 
Method Summary
 Set<Cell> getCells()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cells

protected Set<Cell> cells
Constructor Detail

CellsSelectedEvent

public CellsSelectedEvent(Object source)

CellsSelectedEvent

public CellsSelectedEvent(Object source,
                          Set<Cell> cells)
Method Detail

getCells

public Set<Cell> getCells()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2014. All rights reserved.