org.apache.batik.bridge.svg12
Class DefaultXBLManager.DocInsertedListener

java.lang.Object
  extended byorg.apache.batik.bridge.svg12.DefaultXBLManager.DocInsertedListener
All Implemented Interfaces:
EventListener
Enclosing class:
DefaultXBLManager

protected class DefaultXBLManager.DocInsertedListener
extends Object
implements EventListener

DOM node inserted listener for the document.


Constructor Summary
protected DefaultXBLManager.DocInsertedListener()
           
 
Method Summary
 void handleEvent(Event evt)
          Handles the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXBLManager.DocInsertedListener

protected DefaultXBLManager.DocInsertedListener()
Method Detail

handleEvent

public void handleEvent(Event evt)
Handles the event.

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


Copyright © 2009 Apache Software Foundation. All Rights Reserved.