Uses of Interface
com.biglybt.pif.download.DownloadManagerListener
Packages that use DownloadManagerListener
Package
Description
-
Uses of DownloadManagerListener in com.biglybt.core.networkmanager.admin.impl
Classes in com.biglybt.core.networkmanager.admin.impl that implement DownloadManagerListenerModifier and TypeClassDescription(package private) class
Preservers the state of all the downloads before the speed test started. -
Uses of DownloadManagerListener in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionvoid
DownloadManager.addListener
(DownloadManagerListener l) Add a listener that will be informed when a download is added to and removed from the client.void
DownloadManager.addListener
(DownloadManagerListener l, boolean notify_of_current_downloads) Add a listener that will be informed when a download is added to and removed from the client.void
DownloadManager.removeListener
(DownloadManagerListener l) Removes a previously added listener.void
DownloadManager.removeListener
(DownloadManagerListener l, boolean notify_of_current_downloads) Removes a previously added listener. -
Uses of DownloadManagerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerListenerModifier and TypeClassDescriptionprivate class
class
class
class
class
class
class
class
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadManagerListenerModifier and TypeFieldDescriptionprivate List<DownloadManagerListener>
DownloadManagerImpl.listeners
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.addListener
(DownloadManagerListener l) void
DownloadManagerImpl.addListener
(DownloadManagerListener l, boolean notify_of_current_downloads) void
DownloadManagerImpl.removeListener
(DownloadManagerListener l) void
DownloadManagerImpl.removeListener
(DownloadManagerListener l, boolean notify_of_current_downloads) -
Uses of DownloadManagerListener in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate final DownloadManagerListener
MessageManagerImpl.download_manager_listener
-
Uses of DownloadManagerListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionvoid
RPDownloadManager.addListener
(DownloadManagerListener l) void
RPDownloadManager.addListener
(DownloadManagerListener l, boolean notify) void
RPDownloadManager.removeListener
(DownloadManagerListener l) void
RPDownloadManager.removeListener
(DownloadManagerListener l, boolean notify) -
Uses of DownloadManagerListener in com.biglybt.plugin.extseed
Classes in com.biglybt.plugin.extseed that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as DownloadManagerListenerModifier and TypeFieldDescription(package private) DownloadManagerListener
MagnetPluginMDDownloader.DownloadActivity.download_manager_listener
-
Uses of DownloadManagerListener in com.biglybt.plugin.net.buddy.tracker
Classes in com.biglybt.plugin.net.buddy.tracker that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.plugin.removerules
Classes in com.biglybt.plugin.removerules that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.plugin.startstoprules.always
Classes in com.biglybt.plugin.startstoprules.always that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement DownloadManagerListener