Uses of Interface
com.biglybt.core.download.DownloadManagerListener
Packages that use DownloadManagerListener
Package
Description
-
Uses of DownloadManagerListener in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate DownloadManagerListener
EnhancedDownloadManager.dmListener
Methods in com.biglybt.core.download with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionstatic void
DownloadManagerFactory.addGlobalDownloadListener
(DownloadManagerListener listener) void
DownloadManager.addListener
(DownloadManagerListener listener) void
DownloadManager.addListener
(DownloadManagerListener listener, boolean triggerStateChange) static void
DownloadManagerFactory.removeGlobalDownloadListener
(DownloadManagerListener listener) void
DownloadManager.removeListener
(DownloadManagerListener listener) -
Uses of DownloadManagerListener in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManagerListenerModifier and TypeClassDescriptionclass
Adapter for DownloadManagerListenerFields in com.biglybt.core.download.impl declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate static final DownloadManagerListener
DownloadManagerImpl.global_dm_listener
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerListenerModifier and TypeFieldDescription(package private) static final CopyOnWriteList<DownloadManagerListener>
DownloadManagerImpl.global_dm_listeners
private final ListenerManager<DownloadManagerListener>
DownloadManagerImpl.listeners
(package private) static final ListenerManager<DownloadManagerListener>
DownloadManagerImpl.listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionstatic void
DownloadManagerImpl.addGlobalDownloadListener
(DownloadManagerListener listener) void
DownloadManagerImpl.addListener
(DownloadManagerListener listener) void
DownloadManagerImpl.addListener
(DownloadManagerListener listener, boolean triggerStateChange) static void
DownloadManagerImpl.removeGlobalDownloadListener
(DownloadManagerListener listener) void
DownloadManagerImpl.removeListener
(DownloadManagerListener listener) -
Uses of DownloadManagerListener in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement DownloadManagerListenerModifier and TypeClassDescriptionclass
private class
-
Uses of DownloadManagerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate DownloadManagerListener
TagPropertyConstraintHandler.dm_listener
-
Uses of DownloadManagerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerListener -
Uses of DownloadManagerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerListenerModifier and TypeClassDescriptionclass
class
class
Displays a list of torrents in a table view. -
Uses of DownloadManagerListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement DownloadManagerListenerModifier and TypeClassDescriptionclass
class
class
Torrent download view, consisting of several information tabsFields in com.biglybt.ui.swt.views.skin declared as DownloadManagerListenerFields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadManagerListenerMethods in com.biglybt.ui.swt.views.skin with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionprivate void
SB_Transfers.resetStats
(GlobalManager gm, DownloadManagerListener listener, SB_Transfers.stats statsWithLowNoise, SB_Transfers.stats statsNoLowNoise) -
Uses of DownloadManagerListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as DownloadManagerListenerModifier and TypeFieldDescription(package private) DownloadManagerListener
RankItem.GMListener.listener