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

Packages that use AsyncTaskEx
com.commonsware.cwac.task   
self.philbrown.droidQuery   
 

Uses of AsyncTaskEx in com.commonsware.cwac.task
 

Methods in com.commonsware.cwac.task that return AsyncTaskEx
 AsyncTaskEx<Params,Progress,Result> AsyncTaskEx.execute(Params... params)
          Executes the task with the specified parameters.
 

Uses of AsyncTaskEx in self.philbrown.droidQuery
 

Subclasses of AsyncTaskEx in self.philbrown.droidQuery
 class AjaxTask
          Asynchronously performs HTTP Requests