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()
Copyright © 2009–2025 java-diff-utils. All rights reserved.