Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.presence
Interface XPresenceModule.Server

All Superinterfaces:
XAPIInterface, XAPIInterface.Server
Enclosing interface:
XPresenceModule

public static interface XPresenceModule.Server
extends XAPIInterface.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

active

void active()
Sent when a session becomes active.

idle

void idle(Date idleDate)
Sent when a session becomes idle.
Parameters:
idleDate - When they started being idle.

setLocation

void setLocation(String location)
Sent to change session location.
Parameters:
location - The location.

setGeolocation

void setGeolocation(Double latitude,
                    Double longitude)
Sent to change session location.
Parameters:
latitude - The longitude.
longitude - The latitude.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.