Uses of Interface
com.biglybt.pif.download.DownloadCompletionListener
-
Packages that use DownloadCompletionListener Package Description com.biglybt.core.lws com.biglybt.core.tag.impl com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download -
-
Uses of DownloadCompletionListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadCompletionListener Modifier and Type Method Description void
LWSDownload. addCompletionListener(DownloadCompletionListener l)
void
LWSDownload. removeCompletionListener(DownloadCompletionListener l)
-
Uses of DownloadCompletionListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement DownloadCompletionListener Modifier and Type Class Description class
TagManagerImpl
-
Uses of DownloadCompletionListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadCompletionListener Modifier and Type Method Description void
DownloadEventNotifier. addCompletionListener(DownloadCompletionListener l)
Adds a listener that will be informed when a download moves into a completed state.void
DownloadEventNotifier. removeCompletionListener(DownloadCompletionListener l)
Removes a listener object removed via theDownloadEventNotifier.addCompletionListener(DownloadCompletionListener)
method. -
Uses of DownloadCompletionListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadCompletionListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadCompletionNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadCompletionListener Modifier and Type Method Description void
DownloadEventNotifierImpl. addCompletionListener(DownloadCompletionListener l)
void
DownloadImpl. addCompletionListener(DownloadCompletionListener l)
void
DownloadEventNotifierImpl. removeCompletionListener(DownloadCompletionListener l)
void
DownloadImpl. removeCompletionListener(DownloadCompletionListener l)
-
Uses of DownloadCompletionListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadCompletionListener Modifier and Type Method Description void
RPDownload. addCompletionListener(DownloadCompletionListener l)
void
RPDownload. removeCompletionListener(DownloadCompletionListener l)
-