Uses of Class
com.commonsware.cwac.task.AsyncTaskEx.Status

Packages that use AsyncTaskEx.Status
com.commonsware.cwac.task   
 

Uses of AsyncTaskEx.Status in com.commonsware.cwac.task
 

Methods in com.commonsware.cwac.task that return AsyncTaskEx.Status
 AsyncTaskEx.Status AsyncTaskEx.getStatus()
          Returns the current status of this task.
static AsyncTaskEx.Status AsyncTaskEx.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncTaskEx.Status[] AsyncTaskEx.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.