Interface ActionWebSocketListener

    • Method Detail

      • onActionSubmit

        void onActionSubmit​(ActionWebSocket actionWebSocket,
                            ActionHandlerSubmit submit)
                     throws java.lang.Exception
        Called with the parsed ActionHandlerSubmit.
        Parameters:
        actionWebSocket - Reference to the websocket.
        submit - The incoming message.
        Throws:
        java.lang.Exception - Any exception.