de.jreality.scene.event
Class ToolEvent
java.lang.Object
java.util.EventObject
de.jreality.scene.event.SceneEvent
de.jreality.scene.event.ToolEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ToolEvent
- extends SceneEvent
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ToolEvent
public ToolEvent(SceneGraphNode source,
Tool tool,
int type)
getTool
public Tool getTool()
getEventType
public int getEventType()