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

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

protected class DefaultXBLManager.TemplateMutationListener
extends Object
implements EventListener

DOM mutation listener for template elements.


Field Summary
protected  Element importElement
          The import element.
 
Constructor Summary
DefaultXBLManager.TemplateMutationListener(Element imp)
          Creates a new TemplateMutationListener.
 
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
 

Field Detail

importElement

protected Element importElement
The import element.

Constructor Detail

DefaultXBLManager.TemplateMutationListener

public DefaultXBLManager.TemplateMutationListener(Element imp)
Creates a new TemplateMutationListener.

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.