org.apache.batik.bridge
Class BridgeContext.DOMNodeInsertedEventListener

java.lang.Object
  extended by org.apache.batik.bridge.BridgeContext.DOMNodeInsertedEventListener
All Implemented Interfaces:
EventListener
Enclosing class:
BridgeContext

protected class BridgeContext.DOMNodeInsertedEventListener
extends Object
implements EventListener

The DOM EventListener invoked when a node is added.


Constructor Summary
BridgeContext.DOMNodeInsertedEventListener()
          Creates a new DOMNodeInsertedEventListener.
 
Method Summary
 void handleEvent(Event evt)
          Handles 'DOMNodeInserted' event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeContext.DOMNodeInsertedEventListener

public BridgeContext.DOMNodeInsertedEventListener()
Creates a new DOMNodeInsertedEventListener.

Method Detail

handleEvent

public void handleEvent(Event evt)
Handles 'DOMNodeInserted' event type.

Specified by:
handleEvent in interface EventListener
Parameters:
evt - The Event contains contextual information about the event.


Copyright © 2017 Apache Software Foundation. All Rights Reserved.