org.eclipse.osgi.service.runnable
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
 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.



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.