Uses of Interface
org.eclipse.osgi.service.runnable.ParameterizedRunnable

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

Uses of ParameterizedRunnable in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type ParameterizedRunnable
 void EclipseAppLauncher.launch(ParameterizedRunnable app, java.lang.Object appContext)
           
 

Uses of ParameterizedRunnable in org.eclipse.osgi.service.runnable
 

Subinterfaces of ParameterizedRunnable in org.eclipse.osgi.service.runnable
 interface ApplicationRunnable
          A parameterized runnable that can be stopped.
 

Methods in org.eclipse.osgi.service.runnable with parameters of type ParameterizedRunnable
 void ApplicationLauncher.launch(ParameterizedRunnable runnable, java.lang.Object context)
          Launches the specified runnable using the main thread.