Uses of Class
roboguice.util.SafeAsyncTask

Packages that use SafeAsyncTask
roboguice.event.eventListener   
roboguice.util   
 

Uses of SafeAsyncTask in roboguice.event.eventListener
 

Subclasses of SafeAsyncTask in roboguice.event.eventListener
 class RunnableAsyncTaskAdaptor
          Adaptor between the SafeAsyncTask class and provided Runnable.
 

Uses of SafeAsyncTask in roboguice.util
 

Subclasses of SafeAsyncTask in roboguice.util
 class RoboAsyncTask<ResultT>
           
 

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
SafeAsyncTask.Task(SafeAsyncTask<ResultT> parent)
           
 



Copyright © 2012. All Rights Reserved.