Uses of Interface
com.biglybt.core.download.DownloadManagerListener
-
-
Uses of DownloadManagerListener in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DownloadManagerListener Modifier and Type Field Description private DownloadManagerListener
EnhancedDownloadManager. dmListener
Methods in com.biglybt.core.download with parameters of type DownloadManagerListener Modifier and Type Method Description static 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 DownloadManagerListener Modifier and Type Class Description class
DownloadManagerAdapter
Adapter for DownloadManagerListenerFields in com.biglybt.core.download.impl declared as DownloadManagerListener Modifier and Type Field Description private static DownloadManagerListener
DownloadManagerImpl. global_dm_listener
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerListener Modifier and Type Field Description (package private) static CopyOnWriteList<DownloadManagerListener>
DownloadManagerImpl. global_dm_listeners
private ListenerManager<DownloadManagerListener>
DownloadManagerImpl. listeners
(package private) static ListenerManager<DownloadManagerListener>
DownloadManagerImpl. listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerListener Modifier and Type Method Description static 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 DownloadManagerListener Modifier and Type Class Description class
GlobalManagerImpl
private class
GlobalManagerImpl.DownloadStateTagger
-
Uses of DownloadManagerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerListener Modifier and Type Field Description private DownloadManagerListener
TagPropertyConstraintHandler. dm_listener
-
Uses of DownloadManagerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerListener Modifier and Type Class Description class
DownloadImpl
-
Uses of DownloadManagerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerListener Modifier and Type Class Description class
FilesView
class
MyTorrentsSubView
class
MyTorrentsView
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 DownloadManagerListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
class
SBC_TorrentDetailsView
Torrent download view, consisting of several information tabsFields in com.biglybt.ui.swt.views.skin declared as DownloadManagerListener Modifier and Type Field Description private DownloadManagerListener
SB_Transfers. dmListener
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadManagerListener Modifier and Type Field Description private java.util.IdentityHashMap<DownloadManager,DownloadManagerListener>
ToolBarView. dm_listener_map
Methods in com.biglybt.ui.swt.views.skin with parameters of type DownloadManagerListener Modifier and Type Method Description private 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 DownloadManagerListener Modifier and Type Field Description (package private) DownloadManagerListener
RankItem.GMListener. listener
-