Uses of Class
org.hdtourist.presenter.InformacionListPresenter

Packages that use InformacionListPresenter
org.hdtourist.model.services   
org.hdtourist.model.services.xml   
org.hdtourist.presenter   
org.hdtourist.view.utils   
 

Uses of InformacionListPresenter in org.hdtourist.model.services
 

Methods in org.hdtourist.model.services with parameters of type InformacionListPresenter
 void InformacionService.informaFicheroHdt(InformacionListPresenter informacion, FicheroHdt fichero, java.lang.String uri)
          Informa los datos pasados dentro del parametro Informacion.
 

Uses of InformacionListPresenter in org.hdtourist.model.services.xml
 

Fields in org.hdtourist.model.services.xml declared as InformacionListPresenter
private  InformacionListPresenter InformacionConfigHandler.informacionConfig
          informacion config.
 

Methods in org.hdtourist.model.services.xml that return InformacionListPresenter
 InformacionListPresenter InformacionConfigHandler.getInformacionConfig()
          Gets the informacion config.
 InformacionListPresenter InformacionConfigParser.obtenerInformacionConfig(Categoria categoria)
          Obtener informacion config.
 

Uses of InformacionListPresenter in org.hdtourist.presenter
 

Methods in org.hdtourist.presenter that return InformacionListPresenter
protected  InformacionListPresenter InformacionPresenter.InformacionTask.doInBackground(java.lang.Void... arg0)
           
 

Methods in org.hdtourist.presenter with parameters of type InformacionListPresenter
protected  void InformacionPresenter.InformacionTask.onCancelled(InformacionListPresenter b)
           
protected  void InformacionPresenter.InformacionTask.onPostExecute(InformacionListPresenter result)
           
 void InformacionPresenter.pintarPantalla(InformacionListPresenter informacion)
          Método que se ejecuta una vez obtenida la información de forma asíncrona para pintar dicha información en la vista.
 

Uses of InformacionListPresenter in org.hdtourist.view.utils
 

Fields in org.hdtourist.view.utils declared as InformacionListPresenter
private  InformacionListPresenter InformacionAdapter.informaion
          The informaion.
 

Constructors in org.hdtourist.view.utils with parameters of type InformacionListPresenter
InformacionAdapter(InformacionListPresenter inf, InformacionFragment informacionFragment)
          Instantiates a new informacion adapter.