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