Interface Get.DownloadProgress

All Known Implementing Classes:
Get.NullProgress, Get.VerboseProgress
Enclosing class:
Get

public static interface Get.DownloadProgress
Interface implemented for reporting progress of downloading.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin a download
    void
    end a download
    void
    tick handler
  • Method Details

    • beginDownload

      void beginDownload()
      begin a download
    • onTick

      void onTick()
      tick handler
    • endDownload

      void endDownload()
      end a download