android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- ActivityListServers
org.glpi.inventory.agent.ui

Class ActivityListServers

  • java.lang.Object
    • AppCompatActivity
      • org.glpi.inventory.agent.ui.ActivityListServers
  • All Implemented Interfaces:
    Servers.View


    public class ActivityListServers
    extends AppCompatActivity
    implements Servers.View
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected void onCreate(android.os.Bundle savedInstanceState)
      Called when the activity is starting, inflates the activity's UI
      protected void onDestroy() 
      void showError(java.lang.String message) 
      void showServer(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
    • Constructor Detail

      • ActivityListServers

        public ActivityListServers()
    • Method Detail

      • onCreate

        protected void onCreate(android.os.Bundle savedInstanceState)
        Called when the activity is starting, inflates the activity's UI
        Parameters:
        savedInstanceState - if the activity is re-initialized, it contains the data it most recently supplied
      • showError

        public void showError(java.lang.String message)
        Specified by:
        showError in interface Servers.View
      • showServer

        public void showServer(java.util.ArrayList<java.lang.String> model)
        Specified by:
        showServer in interface Servers.View
      • onDestroy

        protected void onDestroy()
Back to top