android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- ConnectionHTTP.DataCallback
org.glpi.inventory.agent.utils

Interface ConnectionHTTP.DataCallback

  • Enclosing class:
    ConnectionHTTP


    public static interface ConnectionHTTP.DataCallback
    This is the return data interface
    • Method Detail

      • callback

        void callback(java.lang.String data)
Back to top