org.eclipse.osgi.service.runnable
Interface ApplicationRunnable

All Superinterfaces:
ParameterizedRunnable

public interface ApplicationRunnable
extends ParameterizedRunnable

A parameterized runnable that can be stopped.

Since:
3.2

Method Summary
 void stop()
          Forces this runnable to stop.
 
Methods inherited from interface org.eclipse.osgi.service.runnable.ParameterizedRunnable
run
 

Method Detail

stop

void stop()
Forces this runnable to stop.