|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cluedo.info.CluedoInfo | +--cluedo.info.PlayerListInfo
Sent by the server to a client in order to update the clients list of players connected to this server. Clients can request a PlayerListInfo by transmitting a PlayerListRequestInfo to the server.
CluedoPDU
,
PlayerListRequestInfo
,
PlayerRequestInfo
,
PlayerInfo
, Serialized FormField Summary | |
java.util.LinkedList |
playerList
|
Fields inherited from class cluedo.info.CluedoInfo |
ACCEPTED,
CLOSED,
DIRECTOR,
EXPELLED,
INVITED,
LOOSER,
NUMPLAYERS,
OPENED,
REJECTED,
REMOVED,
SERVERID,
TEAMMATE,
TERMINATED,
UNKNOWN,
WINNER |
Constructor Summary | |
PlayerListInfo(java.util.LinkedList playerList)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.util.LinkedList playerList
Constructor Detail |
public PlayerListInfo(java.util.LinkedList playerList)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |