Package com.biglybt.core.download
Interface DownloadManagerInitialisationAdapter
-
- All Known Implementing Classes:
DownloadManagerImpl
public interface DownloadManagerInitialisationAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACT_ASSIGNS_TAGS
static int
ACT_NONE
static int
ACT_PROCESSES_TAGS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getActions()
Unfortuately order can be important when firing off initialisation adapters, in particular if one listener assigns tags to a download it needs to do this before any other listeners that might process a download's tagsvoid
initialised(DownloadManager manager, boolean for_seeding)
-
-
-
Field Detail
-
ACT_NONE
static final int ACT_NONE
- See Also:
- Constant Field Values
-
ACT_ASSIGNS_TAGS
static final int ACT_ASSIGNS_TAGS
- See Also:
- Constant Field Values
-
ACT_PROCESSES_TAGS
static final int ACT_PROCESSES_TAGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialised
void initialised(DownloadManager manager, boolean for_seeding)
-
getActions
int getActions()
Unfortuately order can be important when firing off initialisation adapters, in particular if one listener assigns tags to a download it needs to do this before any other listeners that might process a download's tags- Returns:
-
-