|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a LocationReport activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addLocationReportListener(org.csapi.jr.se.mm.ul.LocationReportListener locationReportListener)
Adds a LocationReportListener which is interested in events generated by the LocationReport. |
org.csapi.jr.se.mm.ul.UserLocation |
getUserLocation()
Returns a reference to the UserLocation responsible for creation of the LocationReport. |
void |
locationReportReq(org.csapi.jr.se.Address[] users)
Invokes the locationReportReq() method on the Parlay Gateway. |
void |
removeLocationReportListener(org.csapi.jr.se.mm.ul.LocationReportListener locationReportListener)
Removes a LocationReportListener which is no longer interested events generated by the LocationReport. |
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 addLocationReportListener(org.csapi.jr.se.mm.ul.LocationReportListener locationReportListener)
locationReportListener
- A reference to the LocationReportListener which is to be added as
a listener.public void removeLocationReportListener(org.csapi.jr.se.mm.ul.LocationReportListener locationReportListener)
locationReportListener
- A reference to the LocationReportListener which is to be removed as
a listener.public void locationReportReq(org.csapi.jr.se.Address[] users) throws PlatformException, java.lang.IllegalStateException, CommonException, ApplicationNotActivatedException, InformationNotAvailableException, InvalidInterfaceTypeException
PlatformException
java.lang.IllegalStateException
CommonException
ApplicationNotActivatedException
InformationNotAvailableException
InvalidInterfaceTypeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |