Package | Description |
---|---|
org.eclipse.core.runtime.internal.adaptor | |
org.eclipse.osgi.service.runnable |
Provides API for monitoring and running code on the main thread.
|
Class and Description |
---|
ApplicationLauncher
An ApplicationLauncher is used to launch ParameterizedRunnable objects using
the main thread.
|
ParameterizedRunnable
Like a
Runnable , an object which captures a block of code which can
be passed around and executed. |
StartupMonitor
Service interface used to monitor the startup process.
|
Class and Description |
---|
ParameterizedRunnable
Like a
Runnable , an object which captures a block of code which can
be passed around and executed. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.