|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cluedo.info.CluedoInfo | +--cluedo.info.SuspicionAnsweredInfo
SuspicionAnsweredInfos are broadcasted by the server to all team mates. A SuspicionRequestInfo contains the suspicion of a player. The Server broadcasts the request to all team mates. If a team mate can invalidate the suspicion he will send a SuspicionCardinfo. This will be forwarded to the requesting client by the server. All other team mates receive a SuspicionAnsweredinfo. A SuspicionCardInfo contains the answer of a player to a Suspicion of another player. It contains a single card.
CluedoPDU
,
SuspicionCardInfo
,
SuspicionRequestInfo
, Serialized FormField Summary | |
int |
answererId
|
Fields inherited from class cluedo.info.CluedoInfo |
ACCEPTED,
CLOSED,
DIRECTOR,
EXPELLED,
INVITED,
LOOSER,
NUMPLAYERS,
OPENED,
REJECTED,
REMOVED,
SERVERID,
TEAMMATE,
TERMINATED,
UNKNOWN,
WINNER |
Constructor Summary | |
SuspicionAnsweredInfo(int answererId)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int answererId
Constructor Detail |
public SuspicionAnsweredInfo(int answererId)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |