com.threerings.crowd.peer.data
Class CrowdClientInfo

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.peer.data.ClientInfo
          extended by com.threerings.crowd.peer.data.CrowdClientInfo
All Implemented Interfaces:
Streamable, DSet.Entry

public class CrowdClientInfo
extends ClientInfo

Extends the standard ClientInfo with Crowd bits.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 Name visibleName
          The client's visible name, which is used for chatting.
 
Fields inherited from class com.threerings.presents.peer.data.ClientInfo
username
 
Constructor Summary
CrowdClientInfo()
           
 
Method Summary
 
Methods inherited from class com.threerings.presents.peer.data.ClientInfo
getKey
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

visibleName

public Name visibleName
The client's visible name, which is used for chatting.

Constructor Detail

CrowdClientInfo

public CrowdClientInfo()