Uses of Interface
co.arago.hiro.client.websocket.listener.ActionWebSocketListener
-
Packages that use ActionWebSocketListener Package Description co.arago.hiro.client.websocket -
-
Uses of ActionWebSocketListener in co.arago.hiro.client.websocket
Fields in co.arago.hiro.client.websocket declared as ActionWebSocketListener Modifier and Type Field Description protected ActionWebSocketListenerActionWebSocket.InternalActionListener. actionWebSocketListenerMethods in co.arago.hiro.client.websocket that return ActionWebSocketListener Modifier and Type Method Description ActionWebSocketListenerActionWebSocket.Conf. getActionWebSocketListener()Methods in co.arago.hiro.client.websocket with parameters of type ActionWebSocketListener Modifier and Type Method Description static ActionWebSocket.Conf<?>ActionWebSocket. newBuilder(TokenAPIHandler tokenAPIHandler, ActionWebSocketListener actionWebSocketListener)Get aActionWebSocket.BuilderforActionWebSocket.TActionWebSocket.Conf. setActionWebSocketListener(ActionWebSocketListener actionWebSocketListener)Set actionWebSocketListener.Constructors in co.arago.hiro.client.websocket with parameters of type ActionWebSocketListener Constructor Description InternalActionListener(ActionWebSocketListener listener)Constructor
-