cluedo.info
Class PlayerRequestInfo

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

public class PlayerRequestInfo
extends CluedoInfo

Send by a player in order to request information about a certain other client.

See Also:
Serialized Form

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

Field Detail

requestedPlayerId

public int requestedPlayerId
Id of the player we need information about.
Constructor Detail

PlayerRequestInfo

public PlayerRequestInfo(int requestedPlayerId)