camera3d.event
Class VcObjectEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycamera3d.event.VcEvent
          extended bycamera3d.event.VcObjectEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VcChildAddedEvent, VcChildRemovedEvent, VcLabelChangedEvent, VcNodeEvent, VcTransformEvent

public class VcObjectEvent
extends VcEvent

Superclass to all events related to VcObjects

Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos
See Also:
VcObject, Serialized Form

Field Summary
static int ALLNODES_REMOVED
           
static int CHILD_ADDED
           
static int CHILD_REMOVED
           
static int DISTANCE_MEASURER_CHANGED
           
static int LABEL_CHANGED
           
static int LASER_ARRAY_CHANGED
           
static int NODE_ADDED
           
static int NODE_REMOVED
           
static int OBJECT_DETACHED
           
static int ROTATION_CHANGED
           
static int SCALE_CHANGED
           
static int TRANSFORM_CHANGED
           
static int TRANSLATION_CHANGED
           
static int UNKNOWN_TYPE
           
static int VCVIEW_CHANGED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VcObjectEvent(java.lang.Object source)
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
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

UNKNOWN_TYPE

public static final int UNKNOWN_TYPE
See Also:
Constant Field Values

TRANSFORM_CHANGED

public static final int TRANSFORM_CHANGED
See Also:
Constant Field Values

TRANSLATION_CHANGED

public static final int TRANSLATION_CHANGED
See Also:
Constant Field Values

ROTATION_CHANGED

public static final int ROTATION_CHANGED
See Also:
Constant Field Values

SCALE_CHANGED

public static final int SCALE_CHANGED
See Also:
Constant Field Values

LABEL_CHANGED

public static final int LABEL_CHANGED
See Also:
Constant Field Values

NODE_ADDED

public static final int NODE_ADDED
See Also:
Constant Field Values

NODE_REMOVED

public static final int NODE_REMOVED
See Also:
Constant Field Values

ALLNODES_REMOVED

public static final int ALLNODES_REMOVED
See Also:
Constant Field Values

CHILD_ADDED

public static final int CHILD_ADDED
See Also:
Constant Field Values

CHILD_REMOVED

public static final int CHILD_REMOVED
See Also:
Constant Field Values

OBJECT_DETACHED

public static final int OBJECT_DETACHED
See Also:
Constant Field Values

LASER_ARRAY_CHANGED

public static final int LASER_ARRAY_CHANGED
See Also:
Constant Field Values

DISTANCE_MEASURER_CHANGED

public static final int DISTANCE_MEASURER_CHANGED
See Also:
Constant Field Values

VCVIEW_CHANGED

public static final int VCVIEW_CHANGED
See Also:
Constant Field Values
Constructor Detail

VcObjectEvent

public VcObjectEvent(java.lang.Object source)
Method Detail

getType

public int getType()

setType

public void setType(int type)


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.