android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- HelpPresenter
org.glpi.inventory.agent.core.help

Class HelpPresenter

  • java.lang.Object
    • org.glpi.inventory.agent.core.help.HelpPresenter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void loadWebsite(android.app.Activity activity, android.webkit.WebView wv, java.lang.String url) 
      void showError(java.lang.String message) 
      • Methods inherited from class java.lang.Object

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

      • HelpPresenter

        public HelpPresenter(Help.View view)
    • Method Detail

      • showError

        public void showError(java.lang.String message)
        Specified by:
        showError in interface Help.Presenter
      • loadWebsite

        public void loadWebsite(android.app.Activity activity,
                                android.webkit.WebView wv,
                                java.lang.String url)
        Specified by:
        loadWebsite in interface Help.Presenter
Back to top