Interface DownloadWillBeAddedListener
public interface DownloadWillBeAddedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialised(Download download) this will be called early during download initialisation and allows the initial file state to be set before allocation occurs (for example)
-
Method Details
-
initialised
this will be called early during download initialisation and allows the initial file state to be set before allocation occurs (for example)- Parameters:
the- file initialised
-