Uses of Interface
com.biglybt.pif.download.DownloadWillBeRemovedListener
-
Packages that use DownloadWillBeRemovedListener Package Description com.biglybt.core.devices.impl com.biglybt.core.lws com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download -
-
Uses of DownloadWillBeRemovedListener in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement DownloadWillBeRemovedListener Modifier and Type Class Description class
TranscodeJobImpl
-
Uses of DownloadWillBeRemovedListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadWillBeRemovedListener Modifier and Type Method Description void
LWSDownload. addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
void
LWSDownload. removeDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
-
Uses of DownloadWillBeRemovedListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadWillBeRemovedListener Modifier and Type Method Description void
DownloadEventNotifier. addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
Adds a listener that will be informed when a download is about to be removed.void
DownloadEventNotifier. removeDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
Removes a listener object added via theDownloadEventNotifier.addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener)
method. -
Uses of DownloadWillBeRemovedListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadWillBeRemovedListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadWillBeRemovedListener Modifier and Type Method Description void
DownloadEventNotifierImpl. addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
void
DownloadImpl. addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
void
DownloadEventNotifierImpl. removeDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
void
DownloadImpl. removeDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
-
Uses of DownloadWillBeRemovedListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadWillBeRemovedListener Modifier and Type Method Description void
RPDownload. addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
void
RPDownload. removeDownloadWillBeRemovedListener(DownloadWillBeRemovedListener l)
-