|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be implemented for receiving events issued by the UserLocation service object.
Method Summary | |
void |
onExtendedLocationReportErrEvent(org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent extendedLocationReportErrEvent)
Called due to a Gateway initiated call to the extendedLocationReportErr() method on the callback interface. |
void |
onExtendedLocationReportResEvent(org.csapi.jr.se.mm.ul.ExtendedLocationReportResEvent extendedLocationReportResEvent)
Called due to a Gateway initiated call to the extendedLocationReportRes() method on the callback interface. |
void |
onLocationReportErrEvent(org.csapi.jr.se.mm.ul.LocationReportErrEvent locationReportErrEvent)
Called due to a Gateway initiated call to the locationReportErr() method on the callback interface. |
void |
onLocationReportResEvent(org.csapi.jr.se.mm.ul.LocationReportResEvent locationReportResEvent)
Called due to a Gateway initiated call to the locationReportRes() method on the callback interface. |
void |
onPeriodicLocationReportErrEvent(org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent periodicLocationReportErrEvent)
Called due to a Gateway initiated call to the periodicLocationReportErr() method on the callback interface. |
void |
onPeriodicLocationReportEvent(org.csapi.jr.se.mm.ul.PeriodicLocationReportEvent periodicLocationReportEvent)
Called due to a Gateway initiated call to the periodicLocationReport() method on the callback interface. |
Method Detail |
public void onLocationReportResEvent(org.csapi.jr.se.mm.ul.LocationReportResEvent locationReportResEvent)
locationReportResEvent
- Reference to a LocationReportResEvent event
emmited from the impl or activity object.public void onLocationReportErrEvent(org.csapi.jr.se.mm.ul.LocationReportErrEvent locationReportErrEvent)
locationReportErrEvent
- Reference to a LocationReportErrEvent event
emmited from the impl or activity object.public void onExtendedLocationReportResEvent(org.csapi.jr.se.mm.ul.ExtendedLocationReportResEvent extendedLocationReportResEvent)
extendedLocationReportResEvent
- Reference to a ExtendedLocationReportResEvent event
emmited from the impl or activity object.public void onExtendedLocationReportErrEvent(org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent extendedLocationReportErrEvent)
extendedLocationReportErrEvent
- Reference to a ExtendedLocationReportErrEvent event
emmited from the impl or activity object.public void onPeriodicLocationReportEvent(org.csapi.jr.se.mm.ul.PeriodicLocationReportEvent periodicLocationReportEvent)
periodicLocationReportEvent
- Reference to a PeriodicLocationReportEvent event
emmited from the impl or activity object.public void onPeriodicLocationReportErrEvent(org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent periodicLocationReportErrEvent)
periodicLocationReportErrEvent
- Reference to a PeriodicLocationReportErrEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |