org.apache.batik.refimpl.bridge
Class BridgeDOMInsertedRemovedListener

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

public class BridgeDOMInsertedRemovedListener
extends java.lang.Object
implements EventListener

This class listens to DOMNodeInserted and DOMNodeRemoved events in the SVG tree.


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

Constructor Detail

BridgeDOMInsertedRemovedListener

public BridgeDOMInsertedRemovedListener(ConcreteBridgeContext context)
Creates the listener.
Method Detail

handleEvent

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.