com.jzy3d.surfedit.events
Class ZChangedEvent

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

public class ZChangedEvent
extends EventObject

Author:
Martin Pernollet
See Also:
Serialized Form

Field Summary
protected  List<CellDiff> diffs
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ZChangedEvent(Object source, List<CellDiff> diffs)
           
 
Method Summary
 List<CellDiff> getDiffs()
           
 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

diffs

protected List<CellDiff> diffs
Constructor Detail

ZChangedEvent

public ZChangedEvent(Object source,
                     List<CellDiff> diffs)
Method Detail

getDiffs

public List<CellDiff> getDiffs()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2014. All rights reserved.