public interface IDiffObserver
Modifier and Type | Method and Description |
---|---|
void |
diffDone()
Signals that the diff calculation is done.
|
void |
diffListener(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Called for every node comparsion.
|
void diffListener(DiffFactory.EDiff paramDiff, IStructNode paramNewNode, IStructNode paramOldNode, DiffDepth paramDepth)
paramDiff
- the DiffFactory.EDiff
typeparamNewNode
- IStructNode
in new revisionparamOldNode
- IStructNode
in old revisionparamDepth
- current DiffDepth
instancevoid diffDone()
Copyright © 2013. All Rights Reserved.