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

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getCount

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