org.apache.batik.bridge
Class SVGSVGElementBridge.DOMAttrModifiedEventListener

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

protected class SVGSVGElementBridge.DOMAttrModifiedEventListener
extends java.lang.Object
implements EventListener

The listener class for 'DOMAttrModified' event.


Constructor Summary
protected SVGSVGElementBridge.DOMAttrModifiedEventListener()
           
 
Method Summary
 void handleEvent(Event evt)
          Handles 'DOMAttrModfied' events and deleguates to the 'handleDOMAttrModifiedEvent' 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

SVGSVGElementBridge.DOMAttrModifiedEventListener

protected SVGSVGElementBridge.DOMAttrModifiedEventListener()
Method Detail

handleEvent

public void handleEvent(Event evt)
Handles 'DOMAttrModfied' events and deleguates to the 'handleDOMAttrModifiedEvent' 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.