org.apache.batik.gvt.event
Interface GraphicsNodeChangeListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
Selector
All Known Implementing Classes:
ConcreteTextSelector, GraphicsNodeChangeAdapter

public interface GraphicsNodeChangeListener
extends java.util.EventListener

The interface for listening to changes on graphics nodes.

Version:
$Id: GraphicsNodeChangeListener.java,v 1.2 2003/08/08 11:39:15 vhardy Exp $
Author:
Thomas DeWeese

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.
 

Method Detail

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.


changeCompleted

public void changeCompleted(GraphicsNodeChangeEvent gnce)
Invoked when a change on a graphics node has completed



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.