Uses of Package
org.eclipse.osgi.service.runnable

Packages that use org.eclipse.osgi.service.runnable
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.service.runnable   
 

Classes in org.eclipse.osgi.service.runnable used by org.eclipse.core.runtime.internal.adaptor
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.
 

Classes in org.eclipse.osgi.service.runnable used by org.eclipse.osgi.service.runnable
ParameterizedRunnable
          Like a Runnable, an object which captures a block of code which can be passed around and executed.