Package com.biglybt.ui.swt.shells
Class CoreWaiterSWT
- java.lang.Object
-
- com.biglybt.ui.swt.shells.CoreWaiterSWT
-
public class CoreWaiterSWT extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CoreWaiterSWT.TriggerInThread
-
Field Summary
Fields Modifier and Type Field Description private static boolean
DEBUG
private static org.eclipse.swt.widgets.Shell
shell
private static boolean
startupAbandoned
-
Constructor Summary
Constructors Constructor Description CoreWaiterSWT()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
showWaitWindow()
static void
startupAbandoned()
static void
waitForCore(CoreWaiterSWT.TriggerInThread triggerInThread, CoreRunningListener l)
static void
waitForCoreRunning(CoreRunningListener l)
-
-
-
Field Detail
-
DEBUG
private static final boolean DEBUG
- See Also:
- Constant Field Values
-
startupAbandoned
private static boolean startupAbandoned
-
shell
private static org.eclipse.swt.widgets.Shell shell
-
-
Method Detail
-
waitForCoreRunning
public static void waitForCoreRunning(CoreRunningListener l)
-
waitForCore
public static void waitForCore(CoreWaiterSWT.TriggerInThread triggerInThread, CoreRunningListener l)
-
startupAbandoned
public static void startupAbandoned()
-
showWaitWindow
private static void showWaitWindow()
-
-