|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.DefaultXBLManager.DocRemovedListener
protected class DefaultXBLManager.DocRemovedListener
DOM node removed listener for the document.
Field Summary | |
---|---|
protected java.util.LinkedList |
defsToBeRemoved
List of definition elements to be removed from the document. |
protected java.util.LinkedList |
importsToBeRemoved
List of import elements to be removed from the document. |
protected java.util.LinkedList |
nodesToBeInvalidated
List of nodes to have their XBL child lists invalidated. |
Constructor Summary | |
---|---|
protected |
DefaultXBLManager.DocRemovedListener()
|
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 |
---|
protected java.util.LinkedList defsToBeRemoved
protected java.util.LinkedList importsToBeRemoved
protected java.util.LinkedList nodesToBeInvalidated
Constructor Detail |
---|
protected DefaultXBLManager.DocRemovedListener()
Method Detail |
---|
public void handleEvent(Event evt)
handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |