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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
public String getUserId()
FlowableUserPresenceChangeEvent
getUserId
in interface FlowableUserPresenceChangeEvent
public String getPresence()
FlowableUserPresenceChangeEvent
getPresence
in interface FlowableUserPresenceChangeEvent