org.apache.batik.gvt.event
Interface CompositeGraphicsNodeListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- CompositeGraphicsNodeAdapter
- public interface CompositeGraphicsNodeListener
- extends java.util.EventListener
The listener interface for receiving composite graphics node events.
graphicsNodeAdded
public void graphicsNodeAdded(CompositeGraphicsNodeEvent evt)
- Invoked when a graphics node has been added.
- Parameters:
evt
- the composite graphics node event
graphicsNodeRemoved
public void graphicsNodeRemoved(CompositeGraphicsNodeEvent evt)
- Invoked when a graphics node has been removed.
- Parameters:
evt
- the composite graphics node event
Copyright © 2001 Apache Software Foundation. All Rights Reserved.