Package | Description |
---|---|
ch.ethz.inf.vs.android.vs.nethz.chat |
Modifier and Type | Field and Description |
---|---|
private Lamport |
ChatMessage.lamportTime |
Modifier and Type | Method and Description |
---|---|
int |
Lamport.compareTo(Lamport another) |
void |
Lamport.update(Lamport toCompare) |
Constructor and Description |
---|
ChatMessage(Utils.ChatEventType eventType,
int sender,
java.lang.String text,
Lamport lamportTime,
VectorClock vectorTime,
long timestamp,
Utils.SyncType syncMethod) |