Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.ImportRemovedListener
- java.lang.Object
-
- org.apache.batik.bridge.svg12.DefaultXBLManager.ImportRemovedListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.ImportRemovedListener extends java.lang.Object implements EventListener
DOM node removed listener for imported XBL trees.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.LinkedList
toBeRemoved
List of definition elements to be removed from the document.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImportRemovedListener()
-
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.
-
-