Class DefaultXBLManager.DocRemovedListener
java.lang.Object
org.apache.batik.bridge.svg12.DefaultXBLManager.DocRemovedListener
- All Implemented Interfaces:
EventListener
- Enclosing class:
DefaultXBLManager
DOM node removed listener for the document.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LinkedListList of definition elements to be removed from the document.protected LinkedListList of import elements to be removed from the document.protected LinkedListList of nodes to have their XBL child lists invalidated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defsToBeRemoved
List of definition elements to be removed from the document. -
importsToBeRemoved
List of import elements to be removed from the document. -
nodesToBeInvalidated
List of nodes to have their XBL child lists invalidated.
-
-
Constructor Details
-
DocRemovedListener
protected DocRemovedListener()
-
-
Method Details
-
handleEvent
Handles the event.- Specified by:
handleEventin interfaceEventListener
-