org.apache.batik.bridge
Class SVGGElementBridge.DOMNodeInsertedEventListener

java.lang.Object
  |
  +--org.apache.batik.bridge.SVGGElementBridge.DOMNodeInsertedEventListener
All Implemented Interfaces:
EventListener
Enclosing class:
SVGGElementBridge

protected class SVGGElementBridge.DOMNodeInsertedEventListener
extends java.lang.Object
implements EventListener

The listener class for 'DOMNodeInserted' event.


Constructor Summary
protected SVGGElementBridge.DOMNodeInsertedEventListener()
           
 
Method Summary
 void handleEvent(Event evt)
          Handles 'DOMNodeInserted' events and deleguates to the 'handleDOMNodeInserted' method any changes to the GraphicsNode if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGGElementBridge.DOMNodeInsertedEventListener

protected SVGGElementBridge.DOMNodeInsertedEventListener()
Method Detail

handleEvent

public void handleEvent(Event evt)
Handles 'DOMNodeInserted' events and deleguates to the 'handleDOMNodeInserted' method any changes to the GraphicsNode if any.
Specified by:
handleEvent in interface EventListener
Parameters:
evt - the DOM event


Copyright © 2002 Apache Software Foundation. All Rights Reserved.