Uses of Class
co.arago.hiro.client.websocket.ActionWebSocket
-
Packages that use ActionWebSocket Package Description co.arago.hiro.client.websocket co.arago.hiro.client.websocket.listener -
-
Uses of ActionWebSocket in co.arago.hiro.client.websocket
Methods in co.arago.hiro.client.websocket that return ActionWebSocket Modifier and Type Method Description ActionWebSocketActionWebSocket.Builder. build()abstract ActionWebSocketActionWebSocket.Conf. build() -
Uses of ActionWebSocket in co.arago.hiro.client.websocket.listener
Methods in co.arago.hiro.client.websocket.listener with parameters of type ActionWebSocket Modifier and Type Method Description voidActionWebSocketListener. onActionSubmit(ActionWebSocket actionWebSocket, ActionHandlerSubmit submit)Called with the parsedActionHandlerSubmit.voidActionWebSocketListener. onConfigChanged(ActionWebSocket actionWebSocket)Called whenActionHandlerConfigChangedis received.
-