|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cluedo.info.CluedoInfo | +--cluedo.info.PlayerNotifyInfo
Instances of this class are transmitted by the server to all team mates in order to indicate whether the director of a session has accepted or rejected the join request of a player. The session director can also indicate that a team member should be removed from the session or that he wants to invite another player.
CluedoPDU
,
SessionJoinRequestInfo
,
SessionJoinInfo
, Serialized FormField Summary | |
int |
playerId
Id of the accpeted/rejected/removed player. |
int |
sessionId
Id of the session the player wishes to join |
int |
state
The answer of the session director to the request of the client. |
int |
teamId
The team identity for this 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 | |
PlayerNotifyInfo(int playerId,
int sessionId,
int teamId,
int state)
|
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 sessionId
public int teamId
public int state
ACCEPTED
,
REJECTED
,
EXPELLED
.
INVITED
.Constructor Detail |
public PlayerNotifyInfo(int playerId, int sessionId, int teamId, int state)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |