org.glassfish.tyrus.sample.chat.chatdata
Class ChatTranscriptUpdateMessage

java.lang.Object
  extended by org.glassfish.tyrus.sample.chat.chatdata.ChatMessage
      extended by org.glassfish.tyrus.sample.chat.chatdata.ChatTranscriptUpdateMessage

public class ChatTranscriptUpdateMessage
extends ChatMessage


Constructor Summary
ChatTranscriptUpdateMessage()
           
ChatTranscriptUpdateMessage(List transcript)
           
 
Method Summary
 String asString()
           
 void fromString(String s)
           
 String getLastLine()
           
 
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
 

Constructor Detail

ChatTranscriptUpdateMessage

public ChatTranscriptUpdateMessage(List transcript)

ChatTranscriptUpdateMessage

public ChatTranscriptUpdateMessage()
Method Detail

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.