org.apache.batik.gvt.event
Interface GraphicsNodeChangeListener
- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- Selector
- All Known Implementing Classes:
- GraphicsNodeChangeAdapter
- public interface GraphicsNodeChangeListener
- extends java.util.EventListener
The interface for listening to changes on graphics nodes.
changeStarted
public 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:
evt
- the graphics node change event
changeCompleted
public void changeCompleted(GraphicsNodeChangeEvent gnce)
- Invoked when a change on a graphics node has completed
- Parameters:
evt
- the graphics node change event
Copyright © 2004 Apache Software Foundation. All Rights Reserved.