|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffProgressListener
Listener to the diff performer. It sends change events when the progress in the diff process is increased and a done event when the diff process is finished.
Method Summary | |
---|---|
void |
finished()
Event send by the diff process when is finished. |
void |
start()
Called when the diff process is starting. |
void |
update(DiffProgressEvent progressEvent)
Called when the progress in the diff process was increased. |
Method Detail |
---|
void start()
void update(DiffProgressEvent progressEvent)
progressEvent
- The diff progress event. It contains information about the current progress
in the diff process.void finished()
|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |