public class ToolEvent extends SceneEvent
Modifier and Type | Field and Description |
---|---|
static int |
TOOL_ADDED |
static int |
TOOL_REMOVED |
Constructor and Description |
---|
ToolEvent(SceneGraphNode source,
Tool tool,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
Tool |
getTool() |
getSourceNode
getSource, toString
public static final int TOOL_ADDED
public static final int TOOL_REMOVED
public ToolEvent(SceneGraphNode source, Tool tool, int type)
public Tool getTool()
public int getEventType()