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 interfaceApplicationRunnableA parameterized runnable that can be stopped.Methods in org.eclipse.osgi.service.runnable with parameters of type ParameterizedRunnable Modifier and Type Method Description voidApplicationLauncher. launch(ParameterizedRunnable runnable, Object context)Launches the specified runnable using the main thread.
-