Interface UpdateDownloadListener
public interface UpdateDownloadListener
- Author:
- Grégory Van den Borre
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddownloadUpdated(int percent) default voiddefault voidfileUpdated(Path file, int percent) default voidstartDownloadFile(Path file) default void
-
Method Details
-
fileUpdated
-
fileCompletedSuccessfully
-
downloadCompletedSuccessfully
default void downloadCompletedSuccessfully() -
downloadUpdated
default void downloadUpdated(int percent) -
startDownloads
default void startDownloads() -
completed
default void completed() -
startDownloadFile
-