Package com.intellij.util.diff
Interface DiffTreeChangeBuilder<OT,NT>
-
public interface DiffTreeChangeBuilder<OT,NT>- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnodeDeleted(OT oldParent, OT oldNode)voidnodeInserted(OT oldParent, NT newNode, int pos)voidnodeReplaced(OT oldChild, NT newChild)
-