public class ColorChangeEvent
extends java.util.EventObject
implements java.io.Serializable
| Constructor and Description |
|---|
ColorChangeEvent(java.lang.Object source,
float start,
float end)
Construct a colorChangeEvent object to notify any ColorChangeListeners
|
public ColorChangeEvent(java.lang.Object source,
float start,
float end)
source - the map that generated the eventstart - the start of the region of the map that has been modifiedend - the end of the region of the map that has been modifiedpublic float getStart()
public float getEnd()
public java.lang.String toString()
toString in class java.util.EventObject