Uses of Interface
com.biglybt.core.CoreRunningListener
-
Packages that use CoreRunningListener Package Description com.biglybt.core com.biglybt.core.impl com.biglybt.ui.swt.shells -
-
Uses of CoreRunningListener in com.biglybt.core
Methods in com.biglybt.core with parameters of type CoreRunningListener Modifier and Type Method Description static void
CoreFactory. addCoreRunningListener(CoreRunningListener l)
Adds a listener that is triggered once the core is running. -
Uses of CoreRunningListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreRunningListener Modifier and Type Field Description (package private) static java.util.List<CoreRunningListener>
CoreImpl. coreRunningListeners
Listeners that will be fired after core has completed initializationMethods in com.biglybt.core.impl with parameters of type CoreRunningListener Modifier and Type Method Description static void
CoreImpl. addCoreRunningListener(CoreRunningListener l)
-
Uses of CoreRunningListener in com.biglybt.ui.swt.shells
Methods in com.biglybt.ui.swt.shells with parameters of type CoreRunningListener Modifier and Type Method Description static void
CoreWaiterSWT. waitForCore(CoreWaiterSWT.TriggerInThread triggerInThread, CoreRunningListener l)
static void
CoreWaiterSWT. waitForCoreRunning(CoreRunningListener l)
-