Uses of Interface
com.biglybt.core.util.AERunStateHandler.RunStateChangeListener
-
Packages that use AERunStateHandler.RunStateChangeListener Package Description com.biglybt.core.dht.impl com.biglybt.core.util -
-
Uses of AERunStateHandler.RunStateChangeListener in com.biglybt.core.dht.impl
Classes in com.biglybt.core.dht.impl that implement AERunStateHandler.RunStateChangeListener Modifier and Type Class Description class
DHTImpl
-
Uses of AERunStateHandler.RunStateChangeListener in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type AERunStateHandler.RunStateChangeListener Modifier and Type Field Description private static CopyOnWriteList<AERunStateHandler.RunStateChangeListener>
AERunStateHandler. listeners
Methods in com.biglybt.core.util with parameters of type AERunStateHandler.RunStateChangeListener Modifier and Type Method Description static void
AERunStateHandler. addListener(AERunStateHandler.RunStateChangeListener l, boolean fire_now)
static void
AERunStateHandler. removeListener(AERunStateHandler.RunStateChangeListener l)
-