OxygenXMLDiff 4.0 API

ro.sync.diff.api
Interface DiffProgressListener


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

start

void start()
Called when the diff process is starting.


update

void update(DiffProgressEvent progressEvent)
Called when the progress in the diff process was increased.

Parameters:
progressEvent - The diff progress event. It contains information about the current progress in the diff process.

finished

void finished()
Event send by the diff process when is finished.


OxygenXMLDiff 4.0 API

© Copyright SyncRO Soft SRL 2002 - 2011.