|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a UserLocation.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addUserLocationListener(org.csapi.jr.se.mm.ul.UserLocationListener userLocationListener)
Adds a UserLocationListener which is interested in events generated by the UserLocation. |
org.csapi.jr.se.mm.ul.ExtendedLocationReport |
createExtendedLocationReport()
Creates a ExtendedLocationReport object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.ul.LocationReport |
createLocationReport()
Creates a LocationReport object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.ul.PeriodicLocationReporting |
createPeriodicLocationReporting()
Creates a PeriodicLocationReporting object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry |
getNextPeriodicLocationRequest(boolean reset)
Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway. |
void |
removeUserLocationListener(org.csapi.jr.se.mm.ul.UserLocationListener userLocationListener)
Removes a UserLocationListener which is no longer interested in events generated by the UserLocation. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addUserLocationListener(org.csapi.jr.se.mm.ul.UserLocationListener userLocationListener)
userLocationListener
- A reference to the UserLocationListener which is to be added as
a listener.public void removeUserLocationListener(org.csapi.jr.se.mm.ul.UserLocationListener userLocationListener)
userLocationListener
- A reference to the UserLocationListener which is to be removed as
a listener.public org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry getNextPeriodicLocationRequest(boolean reset) throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.mm.ul.LocationReport createLocationReport()
public org.csapi.jr.se.mm.ul.PeriodicLocationReporting createPeriodicLocationReporting()
public org.csapi.jr.se.mm.ul.ExtendedLocationReport createExtendedLocationReport()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |