Uses of Interface
com.biglybt.core.download.DownloadManagerStateAttributeListener
-
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerStateAttributeListener Modifier and Type Method Description static void
DownloadManagerStateFactory. addGlobalListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerState. addListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerStateFactory. removeGlobalListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerState. removeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DownloadManagerStateAttributeListener Modifier and Type Field Description private DownloadManagerStateAttributeListener
DownloadManagerController. dm_attribute_listener
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerStateAttributeListener Modifier and Type Field Description private static CopyOnWriteMap<java.lang.String,CopyOnWriteList<DownloadManagerStateAttributeListener>>
DownloadManagerStateImpl. global_listeners_read_map_cow
private static CopyOnWriteMap<java.lang.String,CopyOnWriteList<DownloadManagerStateAttributeListener>>
DownloadManagerStateImpl. global_listeners_write_map_cow
private CopyOnWriteMap<java.lang.String,CopyOnWriteList<DownloadManagerStateAttributeListener>>
DownloadManagerStateImpl. listeners_read_map_cow
private CopyOnWriteMap<java.lang.String,CopyOnWriteList<DownloadManagerStateAttributeListener>>
DownloadManagerStateImpl. listeners_write_map_cow
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerStateAttributeListener Modifier and Type Method Description static void
DownloadManagerStateImpl. addGlobalListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerStateImpl. addListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerStateImpl.nullState. addListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
static void
DownloadManagerStateImpl. removeGlobalListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerStateImpl.nullState. removeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DownloadManagerStateImpl. removeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadManagerStateAttributeListener Modifier and Type Method Description void
LWSDiskManagerState. addListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
LWSDiskManagerState. removeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerStateAttributeListener Modifier and Type Field Description private DownloadManagerStateAttributeListener
TagPropertyConstraintHandler. dms_listener
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerStateAttributeListener Modifier and Type Class Description class
DownloadImpl
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadManagerStateAttributeListener Modifier and Type Class Description class
RankCalculatorReal
private class
StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadManagerStateAttributeListener Modifier and Type Method Description void
DefaultRankCalculator. addStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
RankCalculatorReal. addStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
RankCalculatorSlotReserver. addStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
DefaultRankCalculator. removeStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
RankCalculatorReal. removeStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
void
RankCalculatorSlotReserver. removeStateAttributeListener(DownloadManagerStateAttributeListener l, java.lang.String attribute, int event_type)
-
Uses of DownloadManagerStateAttributeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerStateAttributeListener Modifier and Type Class Description class
FilesView
class
PrivacyView
private static class
TorrentOptionsView.DMWrapper
-