cluedo.info
Class AccusationRequestInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.WhoWhereHowInfo
              |
              +--cluedo.info.AccusationRequestInfo

public class AccusationRequestInfo
extends WhoWhereHowInfo

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 AccusationInfos which are transmitted to all team mates. Furthermore the server sends a WinnerInfo to the team mates.

See Also:
CluedoPDU, AccusationRequestInfo, WinnerInfo, Serialized Form

Fields 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

AccusationRequestInfo

public AccusationRequestInfo(CardInfo who,
                             CardInfo where,
                             CardInfo how)