android inventory agent 1.0.0

Code documentation

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

Class HelpModel

  • java.lang.Object
    • org.glpi.inventory.agent.core.help.HelpModel
  • All Implemented Interfaces:
    Help.Model


    public class HelpModel
    extends java.lang.Object
    implements Help.Model
    • 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) 
      • Methods inherited from class java.lang.Object

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

      • loadWebsite

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