# Print output for @column tags ?> RunnableFuture - Android SDK | Android Developers

Most visited

Recently visited

RunnableFuture

public interface RunnableFuture
implements Runnable, Future<V>

java.util.concurrent.RunnableFuture<V>


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

See also:

Summary

Public methods

abstract void run()

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

Inherited methods

Public methods

run

public abstract void run ()

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