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$
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a change on a graphics node has completedvoidInvoked 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
-