public interface DiffTreeChangeBuilder<OT,NT>
Modifier and Type | Method and Description |
---|---|
void |
nodeDeleted(OT oldParent,
OT oldNode) |
void |
nodeInserted(OT oldParent,
NT newNode,
int pos) |
void |
nodeReplaced(OT oldChild,
NT newChild) |