|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XPresenceModule.Server
Server interface for the Presence Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
void |
active()Sent when a session becomes active. |
void |
idle(Date idleDate)Sent when a session becomes idle. |
void |
setGeolocation(Double latitude, Double longitude)Sent to change session location. |
void |
setLocation(String location)Sent to change session location. |
| Method Detail |
|---|
void active()
void idle(Date idleDate)
idleDate - When they started being idle.void setLocation(String location)
location - The location.
void setGeolocation(Double latitude,
Double longitude)
latitude - The longitude.longitude - The latitude.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||