public class NodeChangingArgs
extends java.lang.Object
INodeChangingCallback interface.DocumentBase,
INodeChangingCallback,
NodeChangingAction| Modifier and Type | Method and Description |
|---|---|
int |
getAction()
Gets a value indicating what type of node change event is occurring.
|
Node |
getNewParent()
Gets the node's parent that will be set after the operation completes.
|
Node |
getNode()
Gets the
getNode() that is being added or removed. |
Node |
getOldParent()
Gets the node's parent before the operation began.
|
public Node getNode()
getNode() that is being added or removed.getNode() that is being added or removed.public Node getOldParent()
public Node getNewParent()
public int getAction()
NodeChangingAction constants.