Package com.biglybt.pif.download
Interface DownloadWillBeAddedListener
public interface DownloadWillBeAddedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialised
(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
-