Interface ProgressListener

All Known Implementing Classes:
ConsoleProgressListener

public interface ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(long bytesRead, long contentLength, boolean done)
     
  • Method Details

    • update

      void update(long bytesRead, long contentLength, boolean done)