org.apache.batik.gvt.event
public class GraphicsNodeChangeEvent extends GraphicsNodeEvent
Field Summary | |
---|---|
protected GraphicsNode | changeSource |
static int | CHANGE_COMPLETED
The id for the "changeCompleted" event. |
static int | CHANGE_STARTED
The id for the "changeStarted" event. |
Constructor Summary | |
---|---|
GraphicsNodeChangeEvent(GraphicsNode source, int id)
Constructs a new graphics node event with the specified source and ID. |
Method Summary | |
---|---|
GraphicsNode | getChangeSrc() |
void | setChangeSrc(GraphicsNode gn) |
Parameters: source the graphics node where the event originated id the id of this event