roboguice.util
Class RoboAsyncTask<ResultT>
java.lang.Object
roboguice.util.SafeAsyncTask<ResultT>
roboguice.util.RoboAsyncTask<ResultT>
- Type Parameters:
ResultT
-
- All Implemented Interfaces:
- Callable<ResultT>
public abstract class RoboAsyncTask<ResultT>
- extends SafeAsyncTask<ResultT>
Allows injection to happen for tasks that execute in a background thread.
Methods inherited from class roboguice.util.SafeAsyncTask |
cancel, execute, execute, executor, executor, future, handler, handler, onException, onFinally, onInterrupted, onPreExecute, onSuccess |
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 |
contextProvider
@Inject
protected static com.google.inject.Provider<android.content.Context> contextProvider
scopeProvider
@Inject
protected static com.google.inject.Provider<ContextScope> scopeProvider
scope
protected ContextScope scope
context
protected android.content.Context context
RoboAsyncTask
protected RoboAsyncTask()
RoboAsyncTask
protected RoboAsyncTask(android.os.Handler handler)
RoboAsyncTask
protected RoboAsyncTask(android.os.Handler handler,
Executor executor)
RoboAsyncTask
protected RoboAsyncTask(Executor executor)
newTask
protected SafeAsyncTask.Task<ResultT> newTask()
- Overrides:
newTask
in class SafeAsyncTask<ResultT>
Copyright © 2011. All Rights Reserved.