org.apache.batik.bridge
Class AbstractGraphicsNodeBridge.DOMAttrModifiedEventListener

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

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

The listener class for 'DOMAttrModified' event.


Constructor Summary
protected AbstractGraphicsNodeBridge.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

AbstractGraphicsNodeBridge.DOMAttrModifiedEventListener

protected AbstractGraphicsNodeBridge.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.