org.android.activityminer.app.evaluation
Class EvaluationResultBrowserActivity.LoadFileTask
java.lang.Object
android.os.AsyncTask<String,Integer,Boolean>
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.
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 |
progressDialog
private ProgressDialog progressDialog
- The progress dialog.
evalResult
private EvaluationResultCollection evalResult
- The evaluation result collection.
EvaluationResultBrowserActivity.LoadFileTask
public EvaluationResultBrowserActivity.LoadFileTask(Context context)
- Constructor
- Parameters:
context
- the context
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>