android inventory agent 1.0.0

Code documentation

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

Class DialogListServers

  • java.lang.Object
    • org.glpi.inventory.agent.ui.DialogListServers


  • public class DialogListServers
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void showDialog(android.app.Activity activity, Home.Presenter presenter) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DialogListServers

        public DialogListServers()
    • Method Detail

      • showDialog

        public void showDialog(android.app.Activity activity,
                               Home.Presenter presenter)
Back to top