org.glassfish.tyrus.sample.chat.chatdata
Class UserListUpdateMessage
java.lang.Object
org.glassfish.tyrus.sample.chat.chatdata.ChatMessage
org.glassfish.tyrus.sample.chat.chatdata.UserListUpdateMessage
public class UserListUpdateMessage
- 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 |
UserListUpdateMessage
public UserListUpdateMessage(Set usernames)
UserListUpdateMessage
public UserListUpdateMessage()
UserListUpdateMessage
public UserListUpdateMessage(List usernames)
getUserList
public List getUserList()
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.