Eclipse Platform
Release 3.6

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.


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.