cluedo.info
Class PlayerReAddRequestInfo

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

public class PlayerReAddRequestInfo
extends CluedoInfo

Sent by a client that wants to reconnect to a server (e.g. the network problem was fixed, client was restarted). This object is transmitted to all clients.

See Also:
CluedoPDU, PlayerLostInfo, Serialized Form

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

Field Detail

playerId

public int playerId
Id of the removed player

privateId

public int privateId
Constructor Detail

PlayerReAddRequestInfo

public PlayerReAddRequestInfo(int playerId,
                              int privateId)