public class GraphicsNodeChangeEvent extends GraphicsNodeEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGE_COMPLETED
The id for the "changeCompleted" event.
|
static int |
CHANGE_STARTED
The id for the "changeStarted" event.
|
protected GraphicsNode |
changeSource |
idsource| Constructor and Description |
|---|
GraphicsNodeChangeEvent(GraphicsNode source,
int id)
Constructs a new graphics node event with the specified source and ID.
|
| Modifier and Type | Method and Description |
|---|---|
GraphicsNode |
getChangeSrc() |
void |
setChangeSrc(GraphicsNode gn) |
consume, getGraphicsNode, getID, isConsumedgetSource, toStringpublic 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 © 2000–2024 Apache Software Foundation. All rights reserved.