Package com.biglybt.pif.download
Interface DownloadWillBeAddedListener
-
public interface DownloadWillBeAddedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
initialised
void 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)- Parameters:
the
- file initialised
-
-