Interface SomPumiceHandler

    • Method Detail

      • handleResponse

        void handleResponse​(SomCommand command,
                            int status,
                            java.lang.String detail)
        Description copied from interface: SomHandler
        Generic command response handler
        Specified by:
        handleResponse in interface SomHandler
        Parameters:
        command - the command to which the response applies
        status - status from command
        detail - error detail
      • handleResponse

        void handleResponse​(SomCommand command,
                            int status,
                            java.lang.String[] pairs)