cluedo.info
Class CrimeFactInfo

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

public class CrimeFactInfo
extends WhoWhereHowInfo

Instances of CrimeFactInfo are used to indicate the true crime fact. Instances of this class are sent by the server to a player who brought in an accusation.

See Also:
CluedoPDU, AccusationRequestInfo, AccusationInfo, 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
CrimeFactInfo(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

CrimeFactInfo

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