Uses of Class
org.hdtourist.presenter.InformacionPresenter

Packages that use InformacionPresenter
org.hdtourist.presenter   
org.hdtourist.view   
 

Uses of InformacionPresenter in org.hdtourist.presenter
 

Fields in org.hdtourist.presenter declared as InformacionPresenter
private static InformacionPresenter InformacionPresenter.INSTANCE
          The instance.
 

Methods in org.hdtourist.presenter that return InformacionPresenter
static InformacionPresenter InformacionPresenter.getInstance(InformacionFragment fragment)
          Gets the single instance of InformacionPresenter.
static InformacionPresenter InformacionPresenter.getInstance(InformacionFragment fragment, FicheroHdt ciudad, Categoria categoria)
          Gets the single instance of InformacionPresenter.
 

Uses of InformacionPresenter in org.hdtourist.view
 

Fields in org.hdtourist.view declared as InformacionPresenter
private  InformacionPresenter InformacionFragment.presenter
          The presenter.