cluedo.info
Class PlayerRemovedInfo

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

public class PlayerRemovedInfo
extends CluedoInfo

Sent by the server to confirm the disconnection of a client. This object is transmitted to all clients.

See Also:
CluedoPDU, PlayerRemoveRequestInfo, Serialized Form

Field Summary
 int removedPlayerId
          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
PlayerRemovedInfo(int removedPlayerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

removedPlayerId

public int removedPlayerId
Id of the removed player
Constructor Detail

PlayerRemovedInfo

public PlayerRemovedInfo(int removedPlayerId)