Class TextRoomMessage
- java.lang.Object
-
- org.apache.openmeetings.db.util.ws.RoomMessage
-
- org.apache.openmeetings.db.util.ws.TextRoomMessage
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.protocol.ws.api.message.IWebSocketMessage
,org.apache.wicket.protocol.ws.api.message.IWebSocketPushMessage
,org.apache.wicket.util.io.IClusterable
public class TextRoomMessage extends RoomMessage
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.openmeetings.db.util.ws.RoomMessage
RoomMessage.Type
-
-
Constructor Summary
Constructors Constructor Description TextRoomMessage(Long roomId, Client client, RoomMessage.Type type, String text)
TextRoomMessage(Long roomId, User u, RoomMessage.Type type, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
String
toString()
-
Methods inherited from class org.apache.openmeetings.db.util.ws.RoomMessage
getName, getRoomId, getTimestamp, getType, getUid, getUserId
-
-
-
-
Constructor Detail
-
TextRoomMessage
public TextRoomMessage(Long roomId, Client client, RoomMessage.Type type, String text)
-
TextRoomMessage
public TextRoomMessage(Long roomId, User u, RoomMessage.Type type, String text)
-
-
Method Detail
-
getText
public String getText()
-
toString
public String toString()
- Overrides:
toString
in classRoomMessage
-
-