org.apache.batik.gvt.event
public abstract class GraphicsNodeChangeAdapter extends Object implements GraphicsNodeChangeListener
Extend this class to create a GraphicsNodeChangeEvent listener and override the methods for the events of interest. (If you implement the GraphicsNodeChangeListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about.)
Method Summary | |
---|---|
void | changeCompleted(GraphicsNodeChangeEvent gnce)
Invoked when a change on a graphics node has completed |
void | changeStarted(GraphicsNodeChangeEvent gnce)
Invoked when a change has started on a graphics node, but before
any changes occure in the graphics node it's self. |
Parameters: gnce the graphics node change event
Parameters: gnce the graphics node change event