roboguice.util
Class RoboAsyncTask<ResultT>

java.lang.Object
  extended by roboguice.util.SafeAsyncTask<ResultT>
      extended by roboguice.util.RoboAsyncTask<ResultT>
All Implemented Interfaces:
Callable<ResultT>

public abstract class RoboAsyncTask<ResultT>
extends SafeAsyncTask<ResultT>


Nested Class Summary
 
Nested classes/interfaces inherited from class roboguice.util.SafeAsyncTask
SafeAsyncTask.Task<ResultT>
 
Field Summary
protected  android.content.Context context
           
 
Fields inherited from class roboguice.util.SafeAsyncTask
DEFAULT_EXECUTOR, DEFAULT_POOL_SIZE, executor, future, handler, launchLocation
 
Constructor Summary
protected RoboAsyncTask(android.content.Context context)
           
protected RoboAsyncTask(android.content.Context context, Executor executor)
           
protected RoboAsyncTask(android.content.Context context, android.os.Handler handler)
           
protected RoboAsyncTask(android.content.Context context, android.os.Handler handler, Executor executor)
           
 
Method Summary
 android.content.Context getContext()
           
 
Methods inherited from class roboguice.util.SafeAsyncTask
cancel, execute, execute, executor, executor, future, handler, handler, newTask, onException, onFinally, onInterrupted, onPreExecute, onSuccess, onThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Field Detail

context

protected android.content.Context context
Constructor Detail

RoboAsyncTask

protected RoboAsyncTask(android.content.Context context)

RoboAsyncTask

protected RoboAsyncTask(android.content.Context context,
                        android.os.Handler handler)

RoboAsyncTask

protected RoboAsyncTask(android.content.Context context,
                        android.os.Handler handler,
                        Executor executor)

RoboAsyncTask

protected RoboAsyncTask(android.content.Context context,
                        Executor executor)
Method Detail

getContext

public android.content.Context getContext()


Copyright © 2012. All Rights Reserved.