Interface ReadyAction

    • Method Detail

      • isReady

        boolean isReady()
        Returns:
        true if ready.
      • addListener

        void addListener​(ActionListener listener)
        It adds a listener that is invoked when this action is ready.
        Parameters:
        listener - the listener to invoke.
      • onException

        void onException()
        Cleanup when the command throws an exception while executing.
      • onFinally

        void onFinally()
        Invoked always after the command is executed and the reply is sent.