Uses of Interface
com.biglybt.core.config.COConfigurationListener
-
-
Uses of COConfigurationListener in com.biglybt.core.config
Methods in com.biglybt.core.config with parameters of type COConfigurationListener Modifier and Type Method Description static void
COConfigurationManager. addAndFireListener(COConfigurationListener listener)
static void
COConfigurationManager. addListener(COConfigurationListener listener)
static void
COConfigurationManager. removeListener(COConfigurationListener listener)
-
Uses of COConfigurationListener in com.biglybt.core.config.impl
Fields in com.biglybt.core.config.impl with type parameters of type COConfigurationListener Modifier and Type Field Description private java.util.List<COConfigurationListener>
ConfigurationManager. listenerz
Methods in com.biglybt.core.config.impl with parameters of type COConfigurationListener Modifier and Type Method Description void
ConfigurationManager. addAndFireListener(COConfigurationListener listener)
void
ConfigurationManager. addListener(COConfigurationListener listener)
void
ConfigurationManager. removeListener(COConfigurationListener listener)
-
Uses of COConfigurationListener in com.biglybt.core.speedmanager.impl.v2
Classes in com.biglybt.core.speedmanager.impl.v2 that implement COConfigurationListener Modifier and Type Class Description class
SpeedManagerAlgorithmProviderDHTPing
This class implements an Vivaldi strategy for adjusting the upload limit.class
SpeedManagerAlgorithmProviderPingMap
-
Uses of COConfigurationListener in com.biglybt.core.stats.impl
Classes in com.biglybt.core.stats.impl that implement COConfigurationListener Modifier and Type Class Description class
StatsWriterPeriodicImpl
-
Uses of COConfigurationListener in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as COConfigurationListener Modifier and Type Field Description private COConfigurationListener
TRTrackerServerImpl. config_listener
-
Uses of COConfigurationListener in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local with type parameters of type COConfigurationListener Modifier and Type Field Description private java.util.HashMap<PluginConfigListener,COConfigurationListener>
PluginConfigImpl. listenersPluginConfig
-
Uses of COConfigurationListener in com.biglybt.pifimpl.local.config
Classes in com.biglybt.pifimpl.local.config that implement COConfigurationListener Modifier and Type Class Description class
PluginConfigSourceImpl
-
Uses of COConfigurationListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement COConfigurationListener Modifier and Type Class Description class
StartStopRulesDefaultPlugin
Handles Starting and Stopping of torrents.Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as COConfigurationListener Modifier and Type Field Description private static COConfigurationListener
RankCalculatorReal. configListener
For loading config settings
-