org.csapi.jr.se.mm.ulc
Interface UserLocationCamelListener

All Superinterfaces:
java.util.EventListener

public interface UserLocationCamelListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the UserLocationCamel service object.


Method Summary
 void onLocationReportErrEvent(org.csapi.jr.se.mm.ulc.LocationReportErrEvent locationReportErrEvent)
          Called due to a Gateway initiated call to the locationReportErr() method on the callback interface.
 void onLocationReportResEvent(org.csapi.jr.se.mm.ulc.LocationReportResEvent locationReportResEvent)
          Called due to a Gateway initiated call to the locationReportRes() method on the callback interface.
 void onPeriodicLocationReportErrEvent(org.csapi.jr.se.mm.ulc.PeriodicLocationReportErrEvent periodicLocationReportErrEvent)
          Called due to a Gateway initiated call to the periodicLocationReportErr() method on the callback interface.
 void onPeriodicLocationReportEvent(org.csapi.jr.se.mm.ulc.PeriodicLocationReportEvent periodicLocationReportEvent)
          Called due to a Gateway initiated call to the periodicLocationReport() method on the callback interface.
 void onTriggeredLocationReportErrEvent(org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent triggeredLocationReportErrEvent)
          Called due to a Gateway initiated call to the triggeredLocationReportErr() method on the callback interface.
 void onTriggeredLocationReportEvent(org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent triggeredLocationReportEvent)
          Called due to a Gateway initiated call to the triggeredLocationReport() method on the callback interface.
 

Method Detail

onLocationReportResEvent

public void onLocationReportResEvent(org.csapi.jr.se.mm.ulc.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.ulc.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.

onPeriodicLocationReportEvent

public void onPeriodicLocationReportEvent(org.csapi.jr.se.mm.ulc.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.ulc.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.

onTriggeredLocationReportEvent

public void onTriggeredLocationReportEvent(org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent triggeredLocationReportEvent)
Called due to a Gateway initiated call to the triggeredLocationReport() 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:
triggeredLocationReportEvent - Reference to a TriggeredLocationReportEvent event emmited from the impl or activity object.

onTriggeredLocationReportErrEvent

public void onTriggeredLocationReportErrEvent(org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent triggeredLocationReportErrEvent)
Called due to a Gateway initiated call to the triggeredLocationReportErr() 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:
triggeredLocationReportErrEvent - Reference to a TriggeredLocationReportErrEvent event emmited from the impl or activity object.