cluedo.info
Class PlayerLostInfo

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

public class PlayerLostInfo
extends CluedoInfo

Sent by the server to indicate that a certain client is temporarily not connected (e.g. a network problem or the client crashed). This object is transmitted to all clients.

See Also:
CluedoPDU, PlayerReAddRequestInfo, Serialized Form

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

Field Detail

lostPlayerId

public int lostPlayerId
Id of the removed player
Constructor Detail

PlayerLostInfo

public PlayerLostInfo(int lostPlayerId)