Uses of Interface
com.biglybt.core.CoreRunningListener
Packages that use CoreRunningListener
-
Uses of CoreRunningListener in com.biglybt.core
Methods in com.biglybt.core with parameters of type CoreRunningListenerModifier and TypeMethodDescriptionstatic 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 CoreRunningListenerModifier and TypeFieldDescription(package private) static List
<CoreRunningListener> CoreImpl.coreRunningListeners
Listeners that will be fired after core has completed initializationMethods in com.biglybt.core.impl with parameters of type CoreRunningListenerModifier and TypeMethodDescriptionstatic 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 CoreRunningListenerModifier and TypeMethodDescriptionstatic void
CoreWaiterSWT.waitForCore
(CoreWaiterSWT.TriggerInThread triggerInThread, CoreRunningListener l) static void
CoreWaiterSWT.waitForCoreRunning
(CoreRunningListener l)