Uses of Interface
com.biglybt.pif.download.DownloadWillBeAddedListener
-
Packages that use DownloadWillBeAddedListener Package Description com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download -
-
Uses of DownloadWillBeAddedListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadWillBeAddedListener Modifier and Type Method Description void
DownloadManager. addDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
void
DownloadManager. removeDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
-
Uses of DownloadWillBeAddedListener in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadWillBeAddedListener Modifier and Type Field Description private CopyOnWriteList<DownloadWillBeAddedListener>
DownloadManagerImpl. dwba_listeners
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadWillBeAddedListener Modifier and Type Method Description void
DownloadManagerImpl. addDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
void
DownloadManagerImpl. removeDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
-
Uses of DownloadWillBeAddedListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadWillBeAddedListener Modifier and Type Method Description void
RPDownloadManager. addDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
void
RPDownloadManager. removeDownloadWillBeAddedListener(DownloadWillBeAddedListener listener)
-