cluedo.info
Class SessionListInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.SessionListInfo

public class SessionListInfo
extends CluedoInfo

The server sends these objects in order to update a clients list of available sessions.

See Also:
CluedoPDU, SessionListRequestInfo, Serialized Form

Field Summary
 java.util.LinkedList sessionList
          A list of SessionInfo objects
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SessionListInfo(java.util.LinkedList sessionList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionList

public java.util.LinkedList sessionList
A list of SessionInfo objects
Constructor Detail

SessionListInfo

public SessionListInfo(java.util.LinkedList sessionList)