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 DownloadManagerListenerEnhancedDownloadManager.dmListenerMethods in com.biglybt.core.download with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionstatic voidDownloadManagerFactory.addGlobalDownloadListener(DownloadManagerListener listener) voidDownloadManager.addListener(DownloadManagerListener listener) voidDownloadManager.addListener(DownloadManagerListener listener, boolean triggerStateChange) static voidDownloadManagerFactory.removeGlobalDownloadListener(DownloadManagerListener listener) voidDownloadManager.removeListener(DownloadManagerListener listener) -
Uses of DownloadManagerListener in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManagerListenerModifier and TypeClassDescriptionclassAdapter for DownloadManagerListenerFields in com.biglybt.core.download.impl declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate static final DownloadManagerListenerDownloadManagerImpl.global_dm_listenerFields in com.biglybt.core.download.impl with type parameters of type DownloadManagerListenerModifier and TypeFieldDescription(package private) static final CopyOnWriteList<DownloadManagerListener> DownloadManagerImpl.global_dm_listenersprivate final ListenerManager<DownloadManagerListener> DownloadManagerImpl.listeners(package private) static final ListenerManager<DownloadManagerListener> DownloadManagerImpl.listeners_aggregatorMethods in com.biglybt.core.download.impl with parameters of type DownloadManagerListenerModifier and TypeMethodDescriptionstatic voidDownloadManagerImpl.addGlobalDownloadListener(DownloadManagerListener listener) voidDownloadManagerImpl.addListener(DownloadManagerListener listener) voidDownloadManagerImpl.addListener(DownloadManagerListener listener, boolean triggerStateChange) static voidDownloadManagerImpl.removeGlobalDownloadListener(DownloadManagerListener listener) voidDownloadManagerImpl.removeListener(DownloadManagerListener listener) -
Uses of DownloadManagerListener in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement DownloadManagerListenerModifier and TypeClassDescriptionclassprivate class -
Uses of DownloadManagerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerListenerModifier and TypeFieldDescriptionprivate DownloadManagerListenerTagPropertyConstraintHandler.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 TypeClassDescriptionclassclassclassDisplays 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 TypeClassDescriptionclassclassclassTorrent 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 voidSB_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) DownloadManagerListenerRankItem.GMListener.listener