org.csapi.jr.se.mm.ul
Interface UserLocationListener

All Superinterfaces:
java.util.EventListener

public interface UserLocationListener
extends java.util.EventListener

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

onLocationReportResEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
locationReportResEvent - Reference to a LocationReportResEvent event emmited from the impl or activity object.

onLocationReportErrEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
locationReportErrEvent - Reference to a LocationReportErrEvent event emmited from the impl or activity object.

onExtendedLocationReportResEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
extendedLocationReportResEvent - Reference to a ExtendedLocationReportResEvent event emmited from the impl or activity object.

onExtendedLocationReportErrEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
extendedLocationReportErrEvent - Reference to a ExtendedLocationReportErrEvent event emmited from the impl or activity object.

onPeriodicLocationReportEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
periodicLocationReportEvent - Reference to a PeriodicLocationReportEvent event emmited from the impl or activity object.

onPeriodicLocationReportErrEvent

public 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.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
periodicLocationReportErrEvent - Reference to a PeriodicLocationReportErrEvent event emmited from the impl or activity object.