android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- CategoriesPresenter
org.glpi.inventory.agent.core.categories

Class CategoriesPresenter

  • java.lang.Object
    • org.glpi.inventory.agent.core.categories.CategoriesPresenter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void loadCategory(android.content.Context applicationContext) 
      void showCategory(java.util.ArrayList<java.lang.String> model) 
      void showError(java.lang.String message) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Back to top