org.hdtourist.presenter
Class CiudadesDisponiblesPresenter.ShowCityMapTask
java.lang.Object
android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>
org.hdtourist.presenter.CiudadesDisponiblesPresenter.ShowCityMapTask
- Enclosing class:
- CiudadesDisponiblesPresenter
private class CiudadesDisponiblesPresenter.ShowCityMapTask
- extends android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>
La tarea asíncrona ShowCityMapTask.
Calcula los puntos visibles de la ciudad pasada por parámetro y muestra el mapa con las situaciones
Nested classes/interfaces inherited from class android.os.AsyncTask |
android.os.AsyncTask.Status |
Fields inherited from class android.os.AsyncTask |
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR |
Methods inherited from class android.os.AsyncTask |
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onProgressUpdate, publishProgress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
excepcion
private HdtException excepcion
- Almancena una excepción si se produce en la tarea.
ficheroCiudad
private FicheroHdt ficheroCiudad
- El fichero de la ciudad.
listaGeoposiciones
private ListaGeoPosiciones listaGeoposiciones
- la lista de geoposiciones.
notificadorProgreso
private SpinnerProgressDialog notificadorProgreso
- The notificador progreso.
CiudadesDisponiblesPresenter.ShowCityMapTask
private CiudadesDisponiblesPresenter.ShowCityMapTask()
doInBackground
protected java.lang.Boolean doInBackground(FicheroHdt... params)
- Specified by:
doInBackground
in class android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>
onCancelled
protected void onCancelled()
- Overrides:
onCancelled
in class android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>
onPostExecute
protected void onPostExecute(java.lang.Boolean result)
- Overrides:
onPostExecute
in class android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>
onPreExecute
protected void onPreExecute()
- Overrides:
onPreExecute
in class android.os.AsyncTask<FicheroHdt,java.lang.Integer,java.lang.Boolean>