protected class DefaultXBLManager.DocRemovedListener extends Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DocRemovedListener() |
protected LinkedList defsToBeRemoved
protected LinkedList importsToBeRemoved
protected LinkedList nodesToBeInvalidated
public void handleEvent(Event evt)
handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright © 2000–2017 Apache Software Foundation. All rights reserved.