Interface IProgressCallback


public interface IProgressCallback
A callback that describes how to deal with success, failure, and progress
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progress​(long current, long max)
    How progress updates are handled for this callback
  • Method Details

    • progress

      void progress(long current, long max)
      How progress updates are handled for this callback
      Parameters:
      current - the current amount of progress
      max - the max amount of progress