public class ChatEventSource.ChatEvent
extends java.util.EventObject
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
message |
JSONObject |
request |
private static long |
serialVersionUID |
protected Utils.ChatEventType |
type |
Constructor and Description |
---|
ChatEvent(java.lang.Object source,
Utils.ChatEventType type,
java.lang.String message,
JSONObject request) |
Modifier and Type | Method and Description |
---|---|
void |
dispatchEvent() |
Utils.ChatEventType |
getType() |
private static final long serialVersionUID
public final java.lang.String message
public JSONObject request
protected Utils.ChatEventType type
public ChatEvent(java.lang.Object source, Utils.ChatEventType type, java.lang.String message, JSONObject request)
public Utils.ChatEventType getType()
public void dispatchEvent()