org.jzy3d.events
Class DrawableChangedEvent
java.lang.Object
java.util.EventObject
org.jzy3d.events.DrawableChangedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DrawableChangedEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Method Summary |
int |
what()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FIELD_DATA
public static final int FIELD_DATA
- See Also:
- Constant Field Values
FIELD_TRANSFORM
public static final int FIELD_TRANSFORM
- See Also:
- Constant Field Values
FIELD_COLOR
public static final int FIELD_COLOR
- See Also:
- Constant Field Values
FIELD_METADATA
public static final int FIELD_METADATA
- See Also:
- Constant Field Values
FIELD_DISPLAYED
public static final int FIELD_DISPLAYED
- See Also:
- Constant Field Values
DrawableChangedEvent
public DrawableChangedEvent(java.lang.Object source,
int what)
what
public int what()