Class ActionHandlerConfigChanged
- java.lang.Object
-
- co.arago.hiro.client.model.websocket.action.impl.ActionHandlerConfigChanged
-
- All Implemented Interfaces:
JsonMessage,ActionHandlerMessage,java.io.Serializable
public class ActionHandlerConfigChanged extends java.lang.Object implements ActionHandlerMessage
{ "type": "configChanged" }- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionHandlerConfigChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMessageTypegetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
getType
public ActionMessageType getType()
- Specified by:
getTypein interfaceActionHandlerMessage
-
-