Uses of Interface
com.biglybt.core.download.DownloadManagerActivationListener
-
Packages that use DownloadManagerActivationListener Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.pifimpl.local.download -
-
Uses of DownloadManagerActivationListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerActivationListener Modifier and Type Method Description void
DownloadManager. addActivationListener(DownloadManagerActivationListener listener)
void
DownloadManager. removeActivationListener(DownloadManagerActivationListener listener)
-
Uses of DownloadManagerActivationListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerActivationListener Modifier and Type Field Description private CopyOnWriteList<DownloadManagerActivationListener>
DownloadManagerImpl. activation_listeners
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerActivationListener Modifier and Type Method Description void
DownloadManagerImpl. addActivationListener(DownloadManagerActivationListener listener)
void
DownloadManagerImpl. removeActivationListener(DownloadManagerActivationListener listener)
-
Uses of DownloadManagerActivationListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerActivationListener Modifier and Type Class Description class
DownloadImpl
-