Interface ApplicationRunnable
-
- All Superinterfaces:
ParameterizedRunnable
public interface ApplicationRunnable extends ParameterizedRunnable
A parameterized runnable that can be stopped.This class is for internal use by the platform-related plug-ins. Clients outside of the base platform should not reference or subclass this class.
- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stop()
Forces this runnable to stop.-
Methods inherited from interface org.eclipse.osgi.service.runnable.ParameterizedRunnable
run
-
-