public interface DiffAlgorithmListener
Modifier and Type | Method and Description |
---|---|
void |
diffEnd() |
void |
diffStart() |
void |
diffStep(int value,
int max)
This is a step within the diff algorithm.
|
void diffStart()
void diffStep(int value, int max)
value
- max
- void diffEnd()