Package org.apache.batik.gvt.event
Interface GraphicsNodeChangeListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
Selector
- All Known Implementing Classes:
ConcreteTextSelector
,GraphicsNodeChangeAdapter
,UpdateTracker
The interface for listening to changes on graphics nodes.
- Version:
- $Id: GraphicsNodeChangeListener.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a change on a graphics node has completedvoid
Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
-
Method Details
-
changeStarted
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
-
changeCompleted
Invoked when a change on a graphics node has completed- Parameters:
gnce
- the graphics node change event
-