public class FlowableUserPresenceChangeEventImpl extends FlowablePlatformIdmEventImpl implements FlowableUserPresenceChangeEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
presence |
protected String |
userId |
type| Constructor and Description |
|---|
FlowableUserPresenceChangeEventImpl(String userId,
String presence) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresence()
The newly changed presence state of the user.
|
String |
getUserId()
The id of the user whose presence has been changed.
|
getType, toStringpublic String getUserId()
FlowableUserPresenceChangeEventgetUserId in interface FlowableUserPresenceChangeEventpublic String getPresence()
FlowableUserPresenceChangeEventgetPresence in interface FlowableUserPresenceChangeEventCopyright © 2019. All rights reserved.