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

All Superinterfaces:
java.util.EventListener

public interface TriggeredUserLocationListener
extends java.util.EventListener

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


Method Summary
 void onTriggeredLocationReportErrEvent(org.csapi.jr.se.mm.ul.TriggeredLocationReportErrEvent triggeredLocationReportErrEvent)
          Called due to a Gateway initiated call to the triggeredLocationReportErr() method on the callback interface.
 void onTriggeredLocationReportEvent(org.csapi.jr.se.mm.ul.TriggeredLocationReportEvent triggeredLocationReportEvent)
          Called due to a Gateway initiated call to the triggeredLocationReport() method on the callback interface.
 

Method Detail

onTriggeredLocationReportEvent

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