Package ro.sync.diff.api
Interface DiffProgressEvent
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface DiffProgressEvent
Event used by the
DiffProgressListener
to signal when the diff progress is incremented.-
Method Summary
-
Method Details
-
getCount
int getCount()- Returns:
- The current progress of the diff process, between
1
and100
.
-