org.jzy3d.events
Class DrawableChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jzy3d.events.DrawableChangedEvent
All Implemented Interfaces:
Serializable

public class DrawableChangedEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int FIELD_COLOR
           
static int FIELD_DATA
           
static int FIELD_DISPLAYED
           
static int FIELD_METADATA
           
static int FIELD_TRANSFORM
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DrawableChangedEvent(Object source, int what)
           
 
Method Summary
 int what()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DrawableChangedEvent

public DrawableChangedEvent(Object source,
                            int what)
Method Detail

what

public int what()