public class ChatEventSource.ChatEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
message |
private static long |
serialVersionUID |
boolean |
success |
protected ChatEventSource.ChatEventType |
type |
Constructor and Description |
---|
ChatEvent(java.lang.Object source,
ChatEventSource.ChatEventType type,
boolean success,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
ChatEventSource.ChatEventType |
getType() |
private static final long serialVersionUID
public final java.lang.String message
public final boolean success
protected ChatEventSource.ChatEventType type
public ChatEvent(java.lang.Object source, ChatEventSource.ChatEventType type, boolean success, java.lang.String message)
public ChatEventSource.ChatEventType getType()