|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cluedo.info.CluedoInfo | +--cluedo.info.WhoWhereHowInfo | +--cluedo.info.AccusationRequestInfo
Instances of AccusationRequestInfo are used by clients to indicate an
accusation. Instances of this class are sent by the client to the
server who translates them into
AccusationInfo
s which are
transmitted to all team mates. Furthermore the server sends a
WinnerInfo
to the team mates.
CluedoPDU
,
AccusationRequestInfo
,
WinnerInfo
, Serialized FormFields inherited from class cluedo.info.WhoWhereHowInfo |
how,
where,
who |
Fields inherited from class cluedo.info.CluedoInfo |
ACCEPTED,
CLOSED,
DIRECTOR,
EXPELLED,
INVITED,
LOOSER,
NUMPLAYERS,
OPENED,
REJECTED,
REMOVED,
SERVERID,
TEAMMATE,
TERMINATED,
UNKNOWN,
WINNER |
Constructor Summary | |
AccusationRequestInfo(CardInfo who,
CardInfo where,
CardInfo how)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AccusationRequestInfo(CardInfo who, CardInfo where, CardInfo how)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |