Interface DLDownloadListener


public interface DLDownloadListener
Listener for downloading files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(DLStatus status, long bytesDownlaoded)
    Updates the number of bytes downloaded
  • Method Details

    • update

      void update(DLStatus status, long bytesDownlaoded)
      Updates the number of bytes downloaded
      Parameters:
      bytesDownlaoded - - the number of bytes downloaded so far.