android inventory agent 1.0.0

Code documentation

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

Class FragmentAbout

  • java.lang.Object
    • Fragment
      • org.glpi.inventory.agent.ui.FragmentAbout
  • All Implemented Interfaces:
    About.View


    public class FragmentAbout
    extends Fragment
    implements About.View
    • Constructor Summary

      Constructors 
      Constructor and Description
      FragmentAbout() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) 
      void showAboutFail() 
      void showAboutSuccess(java.lang.String message) 
      • Methods inherited from class java.lang.Object

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

      • FragmentAbout

        public FragmentAbout()
    • Method Detail

      • onCreateView

        public android.view.View onCreateView(android.view.LayoutInflater inflater,
                                              android.view.ViewGroup container,
                                              android.os.Bundle savedInstanceState)
      • showAboutSuccess

        public void showAboutSuccess(java.lang.String message)
        Specified by:
        showAboutSuccess in interface About.View
Back to top