cluedo.info
Class SessionChatInfo

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

public class SessionChatInfo
extends CluedoInfo

Instances of SessionChatInfo contain a text message send by the server. Beside from text message it contains a senderId. All players who joined this session will receive this message.

See Also:
CluedoPDU, SessionChatRequestInfo, 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
SessionChatInfo(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

SessionChatInfo

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