Uses of Class
co.arago.hiro.client.model.websocket.action.ActionMessageType
-
Packages that use ActionMessageType Package Description co.arago.hiro.client.model.websocket.action co.arago.hiro.client.model.websocket.action.impl -
-
Uses of ActionMessageType in co.arago.hiro.client.model.websocket.action
Methods in co.arago.hiro.client.model.websocket.action that return ActionMessageType Modifier and Type Method Description static ActionMessageTypeActionMessageType. fromString(java.lang.String text)ActionMessageTypeActionHandlerMessage. getType()static ActionMessageTypeActionMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionMessageType[]ActionMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionMessageType in co.arago.hiro.client.model.websocket.action.impl
Methods in co.arago.hiro.client.model.websocket.action.impl that return ActionMessageType Modifier and Type Method Description ActionMessageTypeActionHandlerAck. getType()ActionMessageTypeActionHandlerConfigChanged. getType()ActionMessageTypeActionHandlerError. getType()ActionMessageTypeActionHandlerNack. getType()ActionMessageTypeActionHandlerResult. getType()ActionMessageTypeActionHandlerSubmit. getType()
-