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 Detail

      • getCount

        int getCount()
        Returns:
        The current progress of the diff process, between 1 and 100.