Interface DLDownloadListener


public interface DLDownloadListener
Listener for downloading files.
  • Method Summary Link icon

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

    • update Link icon

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