Uses of Interface
com.biglybt.core.download.DownloadManagerActivationListener
Packages that use DownloadManagerActivationListener
Package
Description
-
Uses of DownloadManagerActivationListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerActivationListenerModifier and TypeMethodDescriptionvoid
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 DownloadManagerActivationListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList
<DownloadManagerActivationListener> DownloadManagerImpl.activation_listeners
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerActivationListenerModifier and TypeMethodDescriptionvoid
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