org.glassfish.tyrus.sample.chat.chatdata
Class ChatTranscriptUpdateMessage
java.lang.Object
org.glassfish.tyrus.sample.chat.chatdata.ChatMessage
org.glassfish.tyrus.sample.chat.chatdata.ChatTranscriptUpdateMessage
public class ChatTranscriptUpdateMessage
- extends ChatMessage
| Methods inherited from class org.glassfish.tyrus.sample.chat.chatdata.ChatMessage |
main |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatTranscriptUpdateMessage
public ChatTranscriptUpdateMessage(List transcript)
ChatTranscriptUpdateMessage
public ChatTranscriptUpdateMessage()
getLastLine
public String getLastLine()
fromString
public void fromString(String s)
- Specified by:
fromString in class ChatMessage
asString
public String asString()
- Specified by:
asString in class ChatMessage
Copyright © 2012. All Rights Reserved.