Interface ProgressListener


public interface ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readUpdate(long bytesRead, long contentLength)
     
    void
    writeUpdate(long bytesWritten, long contentLength)
     
  • Method Details

    • readUpdate

      void readUpdate(long bytesRead, long contentLength)
    • writeUpdate

      void writeUpdate(long bytesWritten, long contentLength)