public class GraphicsNodeChangeEvent extends GraphicsNodeEvent
| Modifier and Type | Field | Description |
|---|---|---|
static int |
CHANGE_COMPLETED |
The id for the "changeCompleted" event.
|
static int |
CHANGE_STARTED |
The id for the "changeStarted" event.
|
protected GraphicsNode |
changeSource |
id| Constructor | Description |
|---|---|
GraphicsNodeChangeEvent(GraphicsNode source,
int id) |
Constructs a new graphics node event with the specified source and ID.
|
| Modifier and Type | Method | Description |
|---|---|---|
GraphicsNode |
getChangeSrc() |
|
void |
setChangeSrc(GraphicsNode gn) |
consume, getGraphicsNode, getID, isConsumedpublic static final int CHANGE_STARTED
public static final int CHANGE_COMPLETED
protected GraphicsNode changeSource
public GraphicsNodeChangeEvent(GraphicsNode source, int id)
source - the graphics node where the event originatedid - the id of this eventpublic void setChangeSrc(GraphicsNode gn)
public GraphicsNode getChangeSrc()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.