android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- Home.Presenter
org.glpi.inventory.agent.core.home

Interface Home.Presenter

  • All Known Implementing Classes:
    HomePresenter
    Enclosing interface:
    Home


    public static interface Home.Presenter
    • Method Detail

      • showError

        void showError(java.lang.String message)
      • doBindService

        void doBindService(android.app.Activity activity)
      • setupList

        void setupList(android.app.Activity activity,
                       android.widget.ListView lst)
      • clickItem

        void clickItem(android.app.Activity activity,
                       HomeSchema homeSchema)
      • getListItems

        java.util.List<HomeSchema> getListItems()
Back to top