de.jreality.scene.event
Class ToolEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.jreality.scene.event.SceneEvent
          extended by de.jreality.scene.event.ToolEvent
All Implemented Interfaces:
Serializable

public class ToolEvent
extends SceneEvent

See Also:
Serialized Form

Field Summary
static int TOOL_ADDED
           
static int TOOL_REMOVED
           
 
Constructor Summary
ToolEvent(SceneGraphNode source, Tool tool, int type)
           
 
Method Summary
 int getEventType()
           
 Tool getTool()
           
 
Methods inherited from class de.jreality.scene.event.SceneEvent
getSourceNode
 
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 Detail

TOOL_ADDED

public static final int TOOL_ADDED
See Also:
Constant Field Values

TOOL_REMOVED

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

ToolEvent

public ToolEvent(SceneGraphNode source,
                 Tool tool,
                 int type)
Method Detail

getTool

public Tool getTool()

getEventType

public int getEventType()