Uses of Interface
com.biglybt.core.download.DownloadManagerInitialisationAdapter
Packages that use DownloadManagerInitialisationAdapter
Package
Description
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type DownloadManagerInitialisationAdapterModifier and TypeMethodDescriptionGlobalManager.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter) Create and add a Download Manager to the global listGlobalManager.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter) Create and add a Download Manager to the global listvoid
GlobalManager.addDownloadManagerInitialisationAdapter
(DownloadManagerInitialisationAdapter adapter) Any adapters added will get a chance to see/set the initial state of downloads as they are addedvoid
GlobalManager.removeDownloadManagerInitialisationAdapter
(DownloadManagerInitialisationAdapter adapter) -
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl with type parameters of type DownloadManagerInitialisationAdapterModifier and TypeFieldDescriptionprivate final CopyOnWriteList<DownloadManagerInitialisationAdapter>
GlobalManagerImpl.dm_adapters
Methods in com.biglybt.core.global.impl that return DownloadManagerInitialisationAdapterModifier and TypeMethodDescriptionprotected DownloadManagerInitialisationAdapter
GlobalManagerImpl.getDMAdapter
(DownloadManagerInitialisationAdapter adapter) Methods in com.biglybt.core.global.impl with parameters of type DownloadManagerInitialisationAdapterModifier and TypeMethodDescriptionprotected DownloadManager
GlobalManagerImpl.addDownloadManager
(DownloadManager download_manager, boolean notifyListeners, DownloadManagerInitialisationAdapter adapter, boolean for_seeding, boolean[] is_existing, boolean initial_load) GlobalManagerImpl.addDownloadManager
(String torrent_file_name, byte[] optionalHash, String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter) GlobalManagerImpl.addDownloadManager
(String torrent_file_name, byte[] optionalHash, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter) void
GlobalManagerImpl.addDownloadManagerInitialisationAdapter
(DownloadManagerInitialisationAdapter adapter) private DownloadManager
GlobalManagerImpl.createAndAddNewDownloadManager
(byte[] torrent_hash, String torrentFileName, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, List file_priorities, DownloadManagerInitialisationAdapter adapter, boolean thisIsMagnet, boolean[] is_existing) protected DownloadManagerInitialisationAdapter
GlobalManagerImpl.getDMAdapter
(DownloadManagerInitialisationAdapter adapter) void
GlobalManagerImpl.removeDownloadManagerInitialisationAdapter
(DownloadManagerInitialisationAdapter adapter) -
Uses of DownloadManagerInitialisationAdapter in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerInitialisationAdapter