public interface NodeDiffHandler
| Modifier and Type | Method and Description |
|---|---|
void |
childNodeAdded(ChildNodeEntry added) |
void |
childNodeChanged(ChildNodeEntry changed,
Id newId) |
void |
childNodeDeleted(ChildNodeEntry deleted) |
void |
propAdded(String propName,
String value) |
void |
propChanged(String propName,
String oldValue,
String newValue) |
void |
propDeleted(String propName,
String value) |
void childNodeAdded(ChildNodeEntry added)
void childNodeDeleted(ChildNodeEntry deleted)
void childNodeChanged(ChildNodeEntry changed, Id newId)
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.