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

    Modifier and Type
    Method
    Description
    void
    Forces this runnable to stop.

    Methods inherited from interface org.eclipse.osgi.service.runnable.ParameterizedRunnable

    run
  • Method Details

    • stop

      void stop()
      Forces this runnable to stop.