android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- ServersPresenter
org.glpi.inventory.agent.core.servers

Class ServersPresenter

  • java.lang.Object
    • org.glpi.inventory.agent.core.servers.ServersPresenter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void loadServers(android.app.Activity activity) 
      void showError(java.lang.String message) 
      void showServers(java.util.ArrayList<java.lang.String> model) 
      • Methods inherited from class java.lang.Object

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