org.hdtourist.presenter
Class InformacionPresenter.InformacionTask

java.lang.Object
  extended by android.os.AsyncTask<java.lang.Void,java.lang.Integer,InformacionListPresenter>
      extended by org.hdtourist.presenter.InformacionPresenter.InformacionTask
Enclosing class:
InformacionPresenter

private class InformacionPresenter.InformacionTask
extends android.os.AsyncTask<java.lang.Void,java.lang.Integer,InformacionListPresenter>

Tarea asíncrona para obtener la información de la categoria actual Al finalizar se pinta en la vista.

Author:
Elena Hervalejo

Nested Class Summary
 
Nested classes/interfaces inherited from class android.os.AsyncTask
android.os.AsyncTask.Status
 
Field Summary
private  HdtException excepcion
          The excepcion.
 
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
 
Constructor Summary
private InformacionPresenter.InformacionTask()
           
 
Method Summary
protected  InformacionListPresenter doInBackground(java.lang.Void... arg0)
           
protected  void onCancelled(InformacionListPresenter b)
           
protected  void onPostExecute(InformacionListPresenter result)
           
 
Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

excepcion

private HdtException excepcion
The excepcion.

Constructor Detail

InformacionPresenter.InformacionTask

private InformacionPresenter.InformacionTask()
Method Detail

doInBackground

protected InformacionListPresenter doInBackground(java.lang.Void... arg0)
Specified by:
doInBackground in class android.os.AsyncTask<java.lang.Void,java.lang.Integer,InformacionListPresenter>

onCancelled

protected void onCancelled(InformacionListPresenter b)
Overrides:
onCancelled in class android.os.AsyncTask<java.lang.Void,java.lang.Integer,InformacionListPresenter>

onPostExecute

protected void onPostExecute(InformacionListPresenter result)
Overrides:
onPostExecute in class android.os.AsyncTask<java.lang.Void,java.lang.Integer,InformacionListPresenter>