Package | Description |
---|---|
ch.ethz.inf.vs.android.willir.lamport |
Modifier and Type | Field and Description |
---|---|
protected ChatEventSource.ChatEventType |
ChatEventSource.ChatEvent.type |
Modifier and Type | Method and Description |
---|---|
ChatEventSource.ChatEventType |
ChatEventSource.ChatEvent.getType() |
static ChatEventSource.ChatEventType |
ChatEventSource.ChatEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatEventSource.ChatEventType[] |
ChatEventSource.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,
ChatEventSource.ChatEventType type,
boolean success,
java.lang.String message) |