com.jzy3d.surfedit.events
Class CellsSelectedEvent

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

public class CellsSelectedEvent
extends java.util.EventObject

Author:
Martin Pernollet
See Also:
Serialized Form

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

Constructor Detail

CellsSelectedEvent

public CellsSelectedEvent(java.lang.Object source)

CellsSelectedEvent

public CellsSelectedEvent(java.lang.Object source,
                          java.util.Set<Cell> cells)
Method Detail

getCells

public java.util.Set<Cell> getCells()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject