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 voidCoreFactory.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.coreRunningListenersListeners that will be fired after core has completed initializationMethods in com.biglybt.core.impl with parameters of type CoreRunningListenerModifier and TypeMethodDescriptionstatic voidCoreImpl.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 voidCoreWaiterSWT.waitForCore(CoreWaiterSWT.TriggerInThread triggerInThread, CoreRunningListener l) static voidCoreWaiterSWT.waitForCoreRunning(CoreRunningListener l)