ggz.client.core
Class ChatEventData

java.lang.Object
  extended by ggz.client.core.ChatEventData

public class ChatEventData
extends java.lang.Object


Field Summary
 java.lang.String message
          The message itself (in UTF-8), or NULL
 java.lang.String sender
          The person who sent the message, or NULL
 ChatType type
          The type of chat.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public ChatType type
The type of chat.


sender

public java.lang.String sender
The person who sent the message, or NULL


message

public java.lang.String message
The message itself (in UTF-8), or NULL