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 TypeMethodDescriptionvoidDownloadManager.addDownloadStubListener(DownloadStubListener l, boolean inform_of_current) voidDownloadManager.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_listenersMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubListenerModifier and TypeMethodDescriptionvoidDownloadManagerImpl.addDownloadStubListener(DownloadStubListener l, boolean inform_of_current) voidDownloadManagerImpl.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 TypeMethodDescriptionvoidRPDownloadManager.addDownloadStubListener(DownloadStubListener l, boolean inform_of_current) voidRPDownloadManager.removeDownloadStubListener(DownloadStubListener l) -
Uses of DownloadStubListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement DownloadStubListener