cluedo.info
Class SessionClosedInfo

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

public class SessionClosedInfo
extends CluedoInfo

Sent by a server to all clients in order to request the closing of a session. When a session is closed no other clients can join this session and the game begins.

See Also:
CluedoPDU, SessionInfo, SessionCloseRequestInfo, Serialized Form

Field Summary
 int sessionId
           
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SessionClosedInfo(int sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

public int sessionId
Constructor Detail

SessionClosedInfo

public SessionClosedInfo(int sessionId)