Interface ProgressListener

All Known Implementing Classes:
FileInterceptor

public interface ProgressListener
进度监听
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateProgress(long downloadLenth, long totalLength, boolean done)
     
  • Method Details

    • updateProgress

      void updateProgress(long downloadLenth, long totalLength, boolean done)