| Package | Description |
|---|---|
| org.exoplatform.chat.model |
| Modifier and Type | Method and Description |
|---|---|
static RealTimeMessageBean.EventType |
RealTimeMessageBean.EventType.get(String value) |
RealTimeMessageBean.EventType |
RealTimeMessageBean.getEvent() |
static RealTimeMessageBean.EventType |
RealTimeMessageBean.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeMessageBean.EventType[] |
RealTimeMessageBean.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeMessageBean.setEvent(RealTimeMessageBean.EventType event) |
| Constructor and Description |
|---|
RealTimeMessageBean(RealTimeMessageBean.EventType event,
String room,
String sender,
Date timestamp,
Map<String,Object> data) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.