pedviz.event
Class NodeViewEvent

java.lang.Object
  extended by pedviz.event.NodeViewEvent

public class NodeViewEvent
extends java.lang.Object

Contains informations about a NodeView Event.

Author:
Luki

Field Summary
static int POSITION_X
           
static int POSITION_Y
           
static int POSITION_Z
           
 
Constructor Summary
NodeViewEvent(NodeView nodeview, int type)
          Creates a new NodeViewEvent with the given parameters.
 
Method Summary
 NodeView getNodeview()
          Returns the NodeView object.
 int getType()
          Returns the type.
 void setNodeview(NodeView nodeview)
          Sets the NodeView object.
 void setType(int type)
          Sets the type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSITION_X

public static final int POSITION_X
See Also:
Constant Field Values

POSITION_Y

public static final int POSITION_Y
See Also:
Constant Field Values

POSITION_Z

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

NodeViewEvent

public NodeViewEvent(NodeView nodeview,
                     int type)
Creates a new NodeViewEvent with the given parameters.

Parameters:
nodeview - NodeView object.
type - Type.
Method Detail

getType

public int getType()
Returns the type.

Returns:
the type.

setType

public void setType(int type)
Sets the type.

Parameters:
type - the type.

getNodeview

public NodeView getNodeview()
Returns the NodeView object.

Returns:
the NodeView object.

setNodeview

public void setNodeview(NodeView nodeview)
Sets the NodeView object.

Parameters:
nodeview - the NodeView object.