protected class DefaultXBLManager.DocRemovedListener extends java.lang.Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultXBLManager.DocRemovedListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event evt)
Handles the event.
|
protected java.util.LinkedList defsToBeRemoved
protected java.util.LinkedList importsToBeRemoved
protected java.util.LinkedList nodesToBeInvalidated
protected DefaultXBLManager.DocRemovedListener()
public void handleEvent(Event evt)
handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.