Package | Description |
---|---|
ch.ethz.inf.vs.android.vs.nethz.chat |
Modifier and Type | Field and Description |
---|---|
protected Utils.ChatEventType |
ChatInteraction.eventType |
protected Utils.ChatEventType |
ChatEventSource.ChatEvent.type |
Modifier and Type | Method and Description |
---|---|
Utils.ChatEventType |
ChatEventSource.ChatEvent.getType() |
Utils.ChatEventType |
ChatLogic.parseJSON(JSONObject jsonMap) |
static Utils.ChatEventType |
Utils.ChatEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.ChatEventType[] |
Utils.ChatEventType.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.ChatEventType type,
java.lang.String message,
JSONObject request) |
ChatInteraction(Utils.ChatEventType eventType) |
ChatMessage(Utils.ChatEventType eventType,
int sender,
java.lang.String text,
Lamport lamportTime,
VectorClock vectorTime,
long timestamp,
Utils.SyncType syncMethod) |