edu.emory.mathcs.util.concurrent
Interface AsyncTask.Cancellable

Enclosing interface:
AsyncTask

public static interface AsyncTask.Cancellable


Method Summary
 boolean cancel(boolean mayInterruptIfRunning)
           
 boolean isCancelled()
           
 

Method Detail

cancel

public boolean cancel(boolean mayInterruptIfRunning)

isCancelled

public boolean isCancelled()