Uses of Interface
org.eclipse.osgi.service.runnable.ParameterizedRunnable
Packages that use ParameterizedRunnable
Package
Description
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.runnableModifier and TypeInterfaceDescriptioninterface
A parameterized runnable that can be stopped.Methods in org.eclipse.osgi.service.runnable with parameters of type ParameterizedRunnableModifier and TypeMethodDescriptionvoid
ApplicationLauncher.launch
(ParameterizedRunnable runnable, Object context) Launches the specified runnable using the main thread.