cluedo.info
Class SuspicionRequestInfo

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

public class SuspicionRequestInfo
extends WhoWhereHowInfo

A SuspicionRequestInfo contains the suspicion of a player. The Server translates the object into a SuspicionInfo which is broadcasted 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. A SuspicionCardInfo contains the answer of a player to a Suspicion of another player. It contains a single card.

See Also:
CluedoPDU, SuspicionCardInfo, SuspicionInfo, 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
SuspicionRequestInfo(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

SuspicionRequestInfo

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