Uses of Interface
com.biglybt.pif.download.DownloadListener
Packages that use DownloadListener
Package
Description
-
Uses of DownloadListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadListenerModifier and TypeMethodDescriptionvoid
LWSDownload.addListener
(DownloadListener l) void
LWSDownload.removeListener
(DownloadListener l) -
Uses of DownloadListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement DownloadListener -
Uses of DownloadListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifier.addListener
(DownloadListener l) Adds a listener that will be informed of changes to a download's state.void
DownloadEventNotifier.removeListener
(DownloadListener l) Removes a listener object added via theDownloadEventNotifier.addListener(DownloadListener)
method. -
Uses of DownloadListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadListenerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.addListener
(DownloadListener l) void
DownloadImpl.addListener
(DownloadListener l) void
DownloadEventNotifierImpl.removeListener
(DownloadListener l) void
DownloadImpl.removeListener
(DownloadListener l) -
Uses of DownloadListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadListenerModifier and TypeMethodDescriptionvoid
RPDownload.addListener
(DownloadListener l) void
RPDownload.removeListener
(DownloadListener l) -
Uses of DownloadListener in com.biglybt.plugin.startstoprules.always
Classes in com.biglybt.plugin.startstoprules.always that implement DownloadListener -
Uses of DownloadListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadListenerModifier and TypeClassDescriptionprivate class
Listen to Download changes and recalc SR if neededFields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadListenerModifier and TypeFieldDescriptionprivate DownloadListener
StartStopRulesDefaultPlugin.StartStopDMListener.download_listener
-
Uses of DownloadListener in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement DownloadListener -
Uses of DownloadListener in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement DownloadListener