public class PresenceUpdateNotificationEvent extends PresenceEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
PROP_EVENT_ID, PROP_TIMESTAMP| Constructor and Description |
|---|
PresenceUpdateNotificationEvent(long timestamp,
PresenceEntityContext entity,
PresenceLocationContext oldLocation,
PresenceLocationContext newLocation) |
PresenceUpdateNotificationEvent(java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
PresenceEntityContext |
getEntityContext() |
PresenceLocationContext |
getNewLocation() |
PresenceLocationContext |
getOldLocation() |
getEventId, getProperties, getProperty, getTimestamp, readEventId, setProperty, toStringpublic static final java.lang.String ID
public PresenceUpdateNotificationEvent(long timestamp,
PresenceEntityContext entity,
PresenceLocationContext oldLocation,
PresenceLocationContext newLocation)
public PresenceUpdateNotificationEvent(java.util.Map<java.lang.String,java.lang.Object> properties)
public PresenceEntityContext getEntityContext()
public PresenceLocationContext getOldLocation()
public PresenceLocationContext getNewLocation()
Copyright © 2015 Whizzo Software LLC. All rights reserved.