public class DomChangeEvent extends EventObject
DomChangeListener,
Serialized Formsource| Constructor and Description |
|---|
DomChangeEvent(DomNode parentNode,
DomNode changedNode)
Constructs a new DomChangeEvent from the given parent node and a changed node.
|
| Modifier and Type | Method and Description |
|---|---|
DomNode |
getChangedNode()
Returns the node that has been added or deleted.
|
DomNode |
getParentNode()
Returns the parent of the node that was changed.
|
getSource, toStringpublic DomNode getParentNode()
public DomNode getChangedNode()
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.