org.apache.batik.gvt.event
Interface GraphicsNodePaintListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DynamicRenderer.UpdateListener

public interface GraphicsNodePaintListener
extends java.util.EventListener

The listener interface for receiving graphics node paint events.


Method Summary
 void graphicsNodeModified(GraphicsNodePaintEvent evt)
          Invoked when a graphics node has been modified and need to be repainted.
 

Method Detail

graphicsNodeModified

public void graphicsNodeModified(GraphicsNodePaintEvent evt)
Invoked when a graphics node has been modified and need to be repainted.
Parameters:
evt - the graphics node paint event


Copyright © 2000 Apache Software Foundation. All Rights Reserved.