com.threerings.crowd.chat.server
Class ChatChannelManager.ChannelInfo
java.lang.Object
com.threerings.crowd.chat.server.ChatChannelManager.ChannelInfo
- Enclosing class:
- ChatChannelManager
protected static class ChatChannelManager.ChannelInfo
- extends Object
Contains metadata for a particular channel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
channel
public ChatChannel channel
- The channel this info is for.
participants
public Set<Integer> participants
- The body ids of the participants of this channel.
lastMessage
public long lastMessage
- The time at which a message was last dispatched on this channel.
ChatChannelManager.ChannelInfo
protected ChatChannelManager.ChannelInfo()