Package | Description |
---|---|
org.eclipse.osgi.service.runnable |
Provides API for monitoring and running code on the main thread.
|
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 (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.