roboguice.util
Class RoboAsyncTask.Task<ResultT>

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

protected static class RoboAsyncTask.Task<ResultT>
extends SafeAsyncTask.Task<ResultT>


Field Summary
protected  android.content.Context context
           
protected  ContextScope scope
           
 
Fields inherited from class roboguice.util.SafeAsyncTask.Task
handler, parent
 
Constructor Summary
RoboAsyncTask.Task(SafeAsyncTask parent)
           
 
Method Summary
protected  ResultT doCall()
           
 
Methods inherited from class roboguice.util.SafeAsyncTask.Task
call, doException, doFinally, doPreExecute, doSuccess, postToUiThreadAndWait
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected android.content.Context context

scope

protected ContextScope scope
Constructor Detail

RoboAsyncTask.Task

public RoboAsyncTask.Task(SafeAsyncTask parent)
Method Detail

doCall

protected ResultT doCall()
                  throws Exception
Overrides:
doCall in class SafeAsyncTask.Task<ResultT>
Throws:
Exception


Copyright © 2011. All Rights Reserved.