public interface INodeChangingCallback
| Modifier and Type | Method and Description |
|---|---|
void |
nodeInserted(NodeChangingArgs args)
Called when a node belonging to this document has been inserted into another node.
|
void |
nodeInserting(NodeChangingArgs args)
Called just before a node belonging to this document is about to be inserted into another node.
|
void |
nodeRemoved(NodeChangingArgs args)
Called when a node belonging to this document has been removed from its parent.
|
void |
nodeRemoving(NodeChangingArgs args)
Called just before a node belonging to this document is about to be removed from the document.
|
void nodeInserting(NodeChangingArgs args) throws java.lang.Exception
java.lang.Exceptionvoid nodeInserted(NodeChangingArgs args) throws java.lang.Exception
java.lang.Exceptionvoid nodeRemoving(NodeChangingArgs args) throws java.lang.Exception
java.lang.Exceptionvoid nodeRemoved(NodeChangingArgs args) throws java.lang.Exception
java.lang.Exception