Interface HttpDownloader.ProgressListener

  • Enclosing interface:
    HttpDownloader

    public static interface HttpDownloader.ProgressListener
    • Method Detail

      • onDownloadPortion

        void onDownloadPortion​(long downloadedBytes,
                               long totalBytes)