Package | Description |
---|---|
ch.ethz.inf.vs.android.vs.nethz.chat |
Modifier and Type | Field and Description |
---|---|
private Utils.SyncType |
ChatMessage.syncMethod |
Modifier and Type | Method and Description |
---|---|
static Utils.SyncType |
Utils.SyncType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.SyncType[] |
Utils.SyncType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChatMessage(Utils.ChatEventType eventType,
int sender,
java.lang.String text,
Lamport lamportTime,
VectorClock vectorTime,
long timestamp,
Utils.SyncType syncMethod) |