Package | Description |
---|---|
org.eclipse.core.runtime.internal.adaptor | |
org.eclipse.osgi.service.runnable |
Provides API for monitoring and running code on the main thread.
|
Modifier and Type | Method and Description |
---|---|
void |
EclipseAppLauncher.launch(ParameterizedRunnable app,
Object applicationContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationRunnable
A parameterized runnable that can be stopped.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationLauncher.launch(ParameterizedRunnable runnable,
Object context)
Launches the specified runnable using the main thread.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.