Uses of Interface
org.eclipse.osgi.service.runnable.ParameterizedRunnable
-
Packages that use ParameterizedRunnable Package Description org.eclipse.osgi.service.runnable Provides API for monitoring and running code on the main thread. -
-
Uses of ParameterizedRunnable in org.eclipse.osgi.service.runnable
Subinterfaces of ParameterizedRunnable in org.eclipse.osgi.service.runnable Modifier and Type Interface Description interface
ApplicationRunnable
A parameterized runnable that can be stopped.Methods in org.eclipse.osgi.service.runnable with parameters of type ParameterizedRunnable Modifier and Type Method Description void
ApplicationLauncher. launch(ParameterizedRunnable runnable, Object context)
Launches the specified runnable using the main thread.
-