Uses of Interface
com.biglybt.pif.download.DownloadCompletionListener
Packages that use DownloadCompletionListener
Package
Description
-
Uses of DownloadCompletionListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadCompletionListenerModifier and TypeMethodDescriptionvoid
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 -
Uses of DownloadCompletionListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadCompletionListenerModifier and TypeMethodDescriptionvoid
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 DownloadCompletionListenerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadCompletionListenerModifier and TypeMethodDescriptionvoid
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 DownloadCompletionListenerModifier and TypeMethodDescriptionvoid
RPDownload.addCompletionListener
(DownloadCompletionListener l) void
RPDownload.removeCompletionListener
(DownloadCompletionListener l)