Interface ProgressListener


  • public interface ProgressListener
    • Method Detail

      • readUpdate

        void readUpdate​(long bytesRead,
                        long contentLength)
      • writeUpdate

        void writeUpdate​(long bytesWritten,
                         long contentLength)