|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a ExtendedLocationReport activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addExtendedLocationReportListener(org.csapi.jr.se.mm.ul.ExtendedLocationReportListener extendedLocationReportListener)
Adds a ExtendedLocationReportListener which is interested in events generated by the ExtendedLocationReport. |
void |
extendedLocationReportReq(org.csapi.jr.se.Address[] users,
org.csapi.jr.se.mm.LocationRequest request)
Invokes the extendedLocationReportReq() method on the Parlay Gateway. |
org.csapi.jr.se.mm.ul.UserLocation |
getUserLocation()
Returns a reference to the UserLocation responsible for creation of the ExtendedLocationReport. |
void |
removeExtendedLocationReportListener(org.csapi.jr.se.mm.ul.ExtendedLocationReportListener extendedLocationReportListener)
Removes a ExtendedLocationReportListener which is no longer interested events generated by the ExtendedLocationReport. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.mm.ul.UserLocation getUserLocation()
public void addExtendedLocationReportListener(org.csapi.jr.se.mm.ul.ExtendedLocationReportListener extendedLocationReportListener)
extendedLocationReportListener
- A reference to the ExtendedLocationReportListener which is to be added as
a listener.public void removeExtendedLocationReportListener(org.csapi.jr.se.mm.ul.ExtendedLocationReportListener extendedLocationReportListener)
extendedLocationReportListener
- A reference to the ExtendedLocationReportListener which is to be removed as
a listener.public void extendedLocationReportReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request) throws PlatformException, java.lang.IllegalStateException, CommonException, ApplicationNotActivatedException, RequestedAccuracyCannotBeDeliveredException, RequestedResponseTimeCannotBeDeliveredException, InformationNotAvailableException, InvalidInterfaceTypeException
PlatformException
java.lang.IllegalStateException
CommonException
ApplicationNotActivatedException
RequestedAccuracyCannotBeDeliveredException
RequestedResponseTimeCannotBeDeliveredException
InformationNotAvailableException
InvalidInterfaceTypeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |