android inventory agent 1.0.0

Code documentation

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

Interface Home.Model

  • All Known Implementing Classes:
    HomeModel
    Enclosing interface:
    Home


    public static interface Home.Model
    • Method Detail

      • 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