org.apache.batik.refimpl.bridge
Class BridgeDOMAttrModifiedListener

java.lang.Object
  |
  +--org.apache.batik.refimpl.bridge.BridgeDOMAttrModifiedListener
All Implemented Interfaces:
EventListener

public class BridgeDOMAttrModifiedListener
extends java.lang.Object
implements EventListener

This class listens to DOMAttrModified events on the SVG DOM tree and propagate the changes to the bridge.


Constructor Summary
BridgeDOMAttrModifiedListener(ConcreteBridgeContext context)
          Creates the listener.
 
Method Summary
 void handleEvent(Event evt)
          Handles the mutation of an attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeDOMAttrModifiedListener

public BridgeDOMAttrModifiedListener(ConcreteBridgeContext context)
Creates the listener.
Parameters:
context - the bridge context
Method Detail

handleEvent

public void handleEvent(Event evt)
Handles the mutation of an attribute
Specified by:
handleEvent in interface EventListener
Parameters:
evt - the DOM event


Copyright © 2000 Apache Software Foundation. All Rights Reserved.