case classListUserInfo(userList: List[String]) extends ReplyInfo with Product with Serializable
A ListUserInfo is used as a ReplyInfo to format the response from a ListUserMessage. The ReplyBuilder
print on the console the list wrapped in this ReplyInfo class.
userList
the List containing the usernames of the users
Linear Supertypes
Serializable, Serializable, Product, Equals, ReplyInfo, AnyRef, Any
A ListUserInfo is used as a ReplyInfo to format the response from a ListUserMessage. The ReplyBuilder print on the console the list wrapped in this ReplyInfo class.
the List containing the usernames of the users