Uses of Interface
org.eclipse.osgi.service.runnable.ParameterizedRunnable
Package
Description
Provides API for monitoring and running code on the main thread.
-
Uses of ParameterizedRunnable in org.eclipse.osgi.service.runnable
Modifier and TypeInterfaceDescriptioninterface
A parameterized runnable that can be stopped.Modifier and TypeMethodDescriptionvoid
ApplicationLauncher.launch
(ParameterizedRunnable runnable, Object context) Launches the specified runnable using the main thread.