cluedo.info
Class ChatInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.ChatInfo

public class ChatInfo
extends CluedoInfo

Instances of ChatInfo contains a text message send by the server. Beside from text message it contains the id of the original sending player.

See Also:
CluedoPDU, ChatRequestInfo, Serialized Form

Field Summary
 java.lang.String message
           
 int senderId
           
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
ChatInfo(int senderId, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderId

public int senderId

message

public java.lang.String message
Constructor Detail

ChatInfo

public ChatInfo(int senderId,
                java.lang.String message)