public abstract class TraversingNodeDiffHandler extends Object implements NodeStateDiff
| Constructor and Description |
|---|
TraversingNodeDiffHandler(NodeStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
childNodeChanged(String name,
NodeState before,
NodeState after)
Called for all changed child nodes.
|
protected String |
getCurrentPath() |
void |
start(NodeState before,
NodeState after,
String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildNodeAdded, childNodeDeleted, propertyAdded, propertyChanged, propertyDeletedpublic TraversingNodeDiffHandler(NodeStore store)
protected String getCurrentPath()
public void childNodeChanged(String name, NodeState before, NodeState after)
NodeStateDiffchildNodeChanged in interface NodeStateDiffname - name of the changed child nodebefore - child node state before the changeafter - child node state after the changeCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.