Interface ApplicationRunnable
- All Superinterfaces:
- 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 SummaryMethods inherited from interface org.eclipse.osgi.service.runnable.ParameterizedRunnablerun
- 
Method Details- 
stopvoid stop()Forces this runnable to stop.
 
-