Interface ActionResultCallback


public interface ActionResultCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    called when the action command has completed and the response is available
  • Method Details

    • onResult

      void onResult(ActionRequest request, ActionResponse response)
      called when the action command has completed and the response is available
      Parameters:
      request - the source request
      response - the response
    • onError

      void onError(ActionRequest request)