Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

RunnableFuture

implements Runnable Future <V>
java.util.concurrent.RunnableFuture<V>
Known Indirect Subclasses

Class Overview

A Future that is Runnable . Successful execution of the run method causes completion of the Future and allows access to its results.

Summary

Public Methods
abstract void run ()
Sets this Future to the result of its computation unless it has been cancelled.
[Expand]
Inherited Methods
From interface java.lang.Runnable
From interface java.util.concurrent.Future

Public Methods

public abstract void run ()

Added in API level 9

Sets this Future to the result of its computation unless it has been cancelled.