Uses of Class
roboguice.util.SafeAsyncTask

Packages that use SafeAsyncTask
roboguice.util   
 

Uses of SafeAsyncTask in roboguice.util
 

Subclasses of SafeAsyncTask in roboguice.util
 class RoboAsyncTask<ResultT>
          Allows injection to happen for tasks that execute in a background thread.
 

Fields in roboguice.util declared as SafeAsyncTask
protected  SafeAsyncTask<ResultT> SafeAsyncTask.Task.parent
           
 

Methods in roboguice.util that return SafeAsyncTask
 SafeAsyncTask<ResultT> SafeAsyncTask.executor(Executor executor)
           
 SafeAsyncTask<ResultT> SafeAsyncTask.handler(android.os.Handler handler)
           
 

Constructors in roboguice.util with parameters of type SafeAsyncTask
RoboAsyncTask.Task(SafeAsyncTask parent)
           
SafeAsyncTask.Task(SafeAsyncTask parent)
           
 



Copyright © 2011. All Rights Reserved.