cluedo.info
Class SessionRemovedInfo

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

public class SessionRemovedInfo
extends CluedoInfo

The server sends SessionRemovedInfos in order to confirm the deletion of a session. The object is send to all clients. The director of a session can request the deletion by sending a SessionRemoveRequestInfo.

See Also:
CluedoPDU, SessionRemoveRequestInfo, 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
SessionRemovedInfo(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

SessionRemovedInfo

public SessionRemovedInfo(int sessionId)