org.apache.batik.bridge.svg12
protected class DefaultXBLManager.DocRemovedListener extends Object implements EventListener
| Field Summary | |
|---|---|
| protected LinkedList | defsToBeRemoved
List of definition elements to be removed from the document. |
| protected LinkedList | importsToBeRemoved
List of import elements to be removed from the document. |
| protected LinkedList | nodesToBeInvalidated
List of nodes to have their XBL child lists invalidated. |
| Method Summary | |
|---|---|
| void | handleEvent(Event evt)
Handles the event. |