public interface UpdateDownloadListener
Author:
Grégory Van den Borre
  • Method Details

    • fileUpdated

      default void fileUpdated(Path file, int percent)
    • fileCompletedSuccessfully

      default void fileCompletedSuccessfully(Path file)
    • downloadCompletedSuccessfully

      default void downloadCompletedSuccessfully()
    • downloadUpdated

      default void downloadUpdated(int percent)
    • startDownloads

      default void startDownloads()
    • completed

      default void completed()
    • startDownloadFile

      default void startDownloadFile(Path file)