public interface

Cancelable

com.cooliris.media.Cancelable<T>
Known Indirect Subclasses

Class Overview

The interface for all the tasks that could be canceled.

Summary

Public Methods
abstract void await()
abstract T get()
Gets the results of this Cancelable task.
abstract boolean requestCancel()

Public Methods

public abstract void await ()

public abstract T get ()

Gets the results of this Cancelable task.

Throws
ExecutionException if exception is thrown during the execution of the task
InterruptedException

public abstract boolean requestCancel ()