Uses of Interface
com.biglybt.pif.download.DownloadStubListener
-
Packages that use DownloadStubListener Package Description com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download com.biglybt.ui.swt.views.skin -
-
Uses of DownloadStubListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadStubListener Modifier and Type Method Description void
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 DownloadStubListener Modifier and Type Field Description private CopyOnWriteList<DownloadStubListener>
DownloadManagerImpl. download_stub_listeners
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubListener Modifier and Type Method Description void
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 DownloadStubListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
SBC_ArchivedDownloadsView
-