Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.TemplateMutationListener
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultXBLManager.TemplateMutationListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.TemplateMutationListener extends java.lang.Object implements EventListener
DOM mutation listener for template elements.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.w3c.dom.Element
importElement
The import element.
-
Constructor Summary
Constructors Constructor Description TemplateMutationListener(org.w3c.dom.Element imp)
Creates a new TemplateMutationListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(Event evt)
Handles the event.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event evt)
Handles the event.- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
evt
- TheEvent
contains contextual information about the event.
-
-