Package | Description |
---|---|
ch.ethz.inf.vs.android.vs.nethz.capitalize |
Modifier and Type | Field and Description |
---|---|
protected Utils.MessageEventType |
MessageEventSource.ChatEvent.type |
Modifier and Type | Method and Description |
---|---|
Utils.MessageEventType |
MessageEventSource.ChatEvent.getType() |
static Utils.MessageEventType |
Utils.MessageEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.MessageEventType[] |
Utils.MessageEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChatEvent(java.lang.Object source,
Utils.MessageEventType type,
java.lang.String message,
JSONObject request) |