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 TypeMethodDescriptionvoidLWSDownload.addListener(DownloadListener l) voidLWSDownload.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 TypeMethodDescriptionvoidDownloadEventNotifier.addListener(DownloadListener l) Adds a listener that will be informed of changes to a download's state.voidDownloadEventNotifier.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 TypeMethodDescriptionvoidDownloadEventNotifierImpl.addListener(DownloadListener l) voidDownloadImpl.addListener(DownloadListener l) voidDownloadEventNotifierImpl.removeListener(DownloadListener l) voidDownloadImpl.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 TypeMethodDescriptionvoidRPDownload.addListener(DownloadListener l) voidRPDownload.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 classListen to Download changes and recalc SR if neededFields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadListenerModifier and TypeFieldDescriptionprivate DownloadListenerStartStopRulesDefaultPlugin.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