Class WsMessageChat
- java.lang.Object
-
- org.apache.openmeetings.core.util.ws.WsMessageChat
-
- All Implemented Interfaces:
Serializable,org.apache.openmeetings.util.ws.IClusterWsMessage
- Direct Known Subclasses:
WsMessageChat2All,WsMessageChat2User
public class WsMessageChat extends Object implements org.apache.openmeetings.util.ws.IClusterWsMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WsMessageChat(ChatMessage m, com.github.openjson.JSONObject msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChatMessagegetChatMessage()com.github.openjson.JSONObjectgetMsg()
-
-
-
Constructor Detail
-
WsMessageChat
public WsMessageChat(ChatMessage m, com.github.openjson.JSONObject msg)
-
-
Method Detail
-
getChatMessage
public ChatMessage getChatMessage()
-
getMsg
public com.github.openjson.JSONObject getMsg()
-
-