|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cluedo.info.CluedoInfo | +--cluedo.info.PlayerAddConfirmInfo
Instances of this class are transmitted by the server to a client in order to confirm a PlayerAddRequest and to tell the client its playerId. The server additionally sends a PlayerAddedInfo to all other clients.
CluedoPDU
,
PlayerAddRequestInfo
,
PlayerAddedInfo
, Serialized FormField Summary | |
int |
playerId
the id of the new 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 | |
PlayerAddConfirmInfo(int playerId,
int privateId)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int playerId
public int privateId
Constructor Detail |
public PlayerAddConfirmInfo(int playerId, int privateId)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |