android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- About.Presenter
org.glpi.inventory.agent.core.about

Interface About.Presenter

  • All Known Implementing Classes:
    AboutPresenter
    Enclosing interface:
    About


    public static interface About.Presenter
    • Method Detail

      • showAboutSuccess

        void showAboutSuccess(java.lang.String message)
      • showAboutFail

        void showAboutFail()
      • crashTestEasterEgg

        void crashTestEasterEgg(android.content.Context context)
      • loadAbout

        void loadAbout(android.content.Context context)
Back to top