Uses of Interface
com.biglybt.pif.download.DownloadListener
-
-
Uses of DownloadListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
TagPropertyConstraintHandler
-
Uses of DownloadListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadListener Modifier and Type Method Description void
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 DownloadListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadListener Modifier and Type Method Description void
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 DownloadListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
RunEverythingPlugin
-
Uses of DownloadListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadListener Modifier and Type Class Description private class
StartStopRulesDefaultPlugin.StartStopDownloadListener
Listen to Download changes and recalc SR if neededFields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadListener Modifier and Type Field Description private DownloadListener
StartStopRulesDefaultPlugin.StartStopDMListener. download_listener
-
Uses of DownloadListener in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement DownloadListener Modifier and Type Class Description class
DHTTrackerPlugin
-
Uses of DownloadListener in com.biglybt.plugin.tracker.local
Classes in com.biglybt.plugin.tracker.local that implement DownloadListener Modifier and Type Class Description class
LocalTrackerPlugin
-