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 TypeMethodDescriptionvoidLWSDownload.addCompletionListener(DownloadCompletionListener l) voidLWSDownload.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 TypeMethodDescriptionvoidDownloadEventNotifier.addCompletionListener(DownloadCompletionListener l) Adds a listener that will be informed when a download moves into a completed state.voidDownloadEventNotifier.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 TypeMethodDescriptionvoidDownloadEventNotifierImpl.addCompletionListener(DownloadCompletionListener l) voidDownloadImpl.addCompletionListener(DownloadCompletionListener l) voidDownloadEventNotifierImpl.removeCompletionListener(DownloadCompletionListener l) voidDownloadImpl.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 TypeMethodDescriptionvoidRPDownload.addCompletionListener(DownloadCompletionListener l) voidRPDownload.removeCompletionListener(DownloadCompletionListener l)