org.android.activityminer.app.evaluation
Class EvaluationResultBrowserActivity.LoadFileTask

Package class diagram package EvaluationResultBrowserActivity.LoadFileTask
java.lang.Object
  extended by android.os.AsyncTask<String,Integer,Boolean>
      extended by org.android.activityminer.app.evaluation.EvaluationResultBrowserActivity.LoadFileTask
Enclosing class:
EvaluationResultBrowserActivity

private class EvaluationResultBrowserActivity.LoadFileTask
extends AsyncTask<String,Integer,Boolean>

Asynchronous task to save evaluation results on external storage.


Nested Class Summary
 
Nested classes/interfaces inherited from class android.os.AsyncTask
AsyncTask.Status
 
Field Summary
private  EvaluationResultCollection evalResult
          The evaluation result collection.
private  ProgressDialog progressDialog
          The progress dialog.
 
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
 
Constructor Summary
EvaluationResultBrowserActivity.LoadFileTask(Context context)
          Constructor
 
Method Summary
protected  Boolean doInBackground(String... params)
           
protected  void onPostExecute(Boolean result)
           
protected  void onPreExecute()
           
 
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onProgressUpdate, publishProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progressDialog

private ProgressDialog progressDialog
The progress dialog.


evalResult

private EvaluationResultCollection evalResult
The evaluation result collection.

Constructor Detail

EvaluationResultBrowserActivity.LoadFileTask

public EvaluationResultBrowserActivity.LoadFileTask(Context context)
Constructor

Parameters:
context - the context
Method Detail

doInBackground

protected final Boolean doInBackground(String... params)
Specified by:
doInBackground in class AsyncTask<String,Integer,Boolean>

onPreExecute

protected void onPreExecute()
Overrides:
onPreExecute in class AsyncTask<String,Integer,Boolean>

onPostExecute

protected final void onPostExecute(Boolean result)
Overrides:
onPostExecute in class AsyncTask<String,Integer,Boolean>