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

Packages that use ParameterizedRunnable
org.eclipse.osgi.service.runnable   
 

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.