Uses of Interface
com.biglybt.pif.download.DownloadStubListener
Packages that use DownloadStubListener
Package
Description
-
Uses of DownloadStubListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadStubListenerModifier and TypeMethodDescriptionvoid
DownloadManager.addDownloadStubListener
(DownloadStubListener l, boolean inform_of_current) void
DownloadManager.removeDownloadStubListener
(DownloadStubListener l) -
Uses of DownloadStubListener in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadStubListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<DownloadStubListener>
DownloadManagerImpl.download_stub_listeners
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubListenerModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.addDownloadStubListener
(DownloadStubListener l, boolean inform_of_current) void
DownloadManagerImpl.removeDownloadStubListener
(DownloadStubListener l) -
Uses of DownloadStubListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadStubListenerModifier and TypeMethodDescriptionvoid
RPDownloadManager.addDownloadStubListener
(DownloadStubListener l, boolean inform_of_current) void
RPDownloadManager.removeDownloadStubListener
(DownloadStubListener l) -
Uses of DownloadStubListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement DownloadStubListener