Uses of Interface
com.biglybt.pif.download.DownloadManagerListener
-
-
Uses of DownloadManagerListener in com.biglybt.core.networkmanager.admin.impl
Classes in com.biglybt.core.networkmanager.admin.impl that implement DownloadManagerListener Modifier and Type Class Description (package private) class
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState
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 Modifier and Type Class Description private class
SpeedLimitHandler.DML
-
Uses of DownloadManagerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadManagerListener Modifier and Type Method Description void
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 DownloadManagerListener Modifier and Type Class Description private class
DownloadEventNotifierImpl.BaseDownloadListener
class
DownloadEventNotifierImpl.DownloadActivationNotifier
class
DownloadEventNotifierImpl.DownloadAttributeNotifier
class
DownloadEventNotifierImpl.DownloadCompletionNotifier
class
DownloadEventNotifierImpl.DownloadNotifier
class
DownloadEventNotifierImpl.DownloadPeerNotifier
class
DownloadEventNotifierImpl.DownloadTrackerNotifier
class
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadManagerListener Modifier and Type Field Description private java.util.List<DownloadManagerListener>
DownloadManagerImpl. listeners
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadManagerListener Modifier and Type Method Description void
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 DownloadManagerListener Modifier and Type Field Description private 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 DownloadManagerListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
ExternalSeedPlugin
-
Uses of DownloadManagerListener in com.biglybt.plugin.net.buddy.tracker
Classes in com.biglybt.plugin.net.buddy.tracker that implement DownloadManagerListener Modifier and Type Class Description class
BuddyPluginTracker
-
Uses of DownloadManagerListener in com.biglybt.plugin.removerules
Classes in com.biglybt.plugin.removerules that implement DownloadManagerListener Modifier and Type Class Description class
DownloadRemoveRulesPlugin
-
Uses of DownloadManagerListener in com.biglybt.plugin.startstoprules.always
Classes in com.biglybt.plugin.startstoprules.always that implement DownloadManagerListener Modifier and Type Class Description class
RunEverythingPlugin
-
Uses of DownloadManagerListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadManagerListener Modifier and Type Class Description private class
StartStopRulesDefaultPlugin.StartStopDMListener
-
Uses of DownloadManagerListener in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement DownloadManagerListener Modifier and Type Class Description class
LocalTrackerPlugin
-