org.csapi.jr.se.mm.us
Interface UserStatusListener

All Superinterfaces:
java.util.EventListener

public interface UserStatusListener
extends java.util.EventListener

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


Method Summary
 void onExtendedStatusReportErrEvent(org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent extendedStatusReportErrEvent)
          Called due to a Gateway initiated call to the extendedStatusReportErr() method on the callback interface.
 void onExtendedStatusReportResEvent(org.csapi.jr.se.mm.us.ExtendedStatusReportResEvent extendedStatusReportResEvent)
          Called due to a Gateway initiated call to the extendedStatusReportRes() method on the callback interface.
 void onExtTriggeredStatusReportErrEvent(org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent extTriggeredStatusReportErrEvent)
          Called due to a Gateway initiated call to the extTriggeredStatusReportErr() method on the callback interface.
 void onExtTriggeredStatusReportEvent(org.csapi.jr.se.mm.us.ExtTriggeredStatusReportEvent extTriggeredStatusReportEvent)
          Called due to a Gateway initiated call to the extTriggeredStatusReport() method on the callback interface.
 void onStatusReportErrEvent(org.csapi.jr.se.mm.us.StatusReportErrEvent statusReportErrEvent)
          Called due to a Gateway initiated call to the statusReportErr() method on the callback interface.
 void onStatusReportResEvent(org.csapi.jr.se.mm.us.StatusReportResEvent statusReportResEvent)
          Called due to a Gateway initiated call to the statusReportRes() method on the callback interface.
 void onTriggeredStatusReportErrEvent(org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent triggeredStatusReportErrEvent)
          Called due to a Gateway initiated call to the triggeredStatusReportErr() method on the callback interface.
 void onTriggeredStatusReportEvent(org.csapi.jr.se.mm.us.TriggeredStatusReportEvent triggeredStatusReportEvent)
          Called due to a Gateway initiated call to the triggeredStatusReport() method on the callback interface.
 

Method Detail

onStatusReportResEvent

public void onStatusReportResEvent(org.csapi.jr.se.mm.us.StatusReportResEvent statusReportResEvent)
Called due to a Gateway initiated call to the statusReportRes() 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:
statusReportResEvent - Reference to a StatusReportResEvent event emmited from the impl or activity object.

onStatusReportErrEvent

public void onStatusReportErrEvent(org.csapi.jr.se.mm.us.StatusReportErrEvent statusReportErrEvent)
Called due to a Gateway initiated call to the statusReportErr() 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:
statusReportErrEvent - Reference to a StatusReportErrEvent event emmited from the impl or activity object.

onTriggeredStatusReportEvent

public void onTriggeredStatusReportEvent(org.csapi.jr.se.mm.us.TriggeredStatusReportEvent triggeredStatusReportEvent)
Called due to a Gateway initiated call to the triggeredStatusReport() 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:
triggeredStatusReportEvent - Reference to a TriggeredStatusReportEvent event emmited from the impl or activity object.

onTriggeredStatusReportErrEvent

public void onTriggeredStatusReportErrEvent(org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent triggeredStatusReportErrEvent)
Called due to a Gateway initiated call to the triggeredStatusReportErr() 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:
triggeredStatusReportErrEvent - Reference to a TriggeredStatusReportErrEvent event emmited from the impl or activity object.

onExtendedStatusReportResEvent

public void onExtendedStatusReportResEvent(org.csapi.jr.se.mm.us.ExtendedStatusReportResEvent extendedStatusReportResEvent)
Called due to a Gateway initiated call to the extendedStatusReportRes() 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:
extendedStatusReportResEvent - Reference to a ExtendedStatusReportResEvent event emmited from the impl or activity object.

onExtendedStatusReportErrEvent

public void onExtendedStatusReportErrEvent(org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent extendedStatusReportErrEvent)
Called due to a Gateway initiated call to the extendedStatusReportErr() 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:
extendedStatusReportErrEvent - Reference to a ExtendedStatusReportErrEvent event emmited from the impl or activity object.

onExtTriggeredStatusReportEvent

public void onExtTriggeredStatusReportEvent(org.csapi.jr.se.mm.us.ExtTriggeredStatusReportEvent extTriggeredStatusReportEvent)
Called due to a Gateway initiated call to the extTriggeredStatusReport() 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:
extTriggeredStatusReportEvent - Reference to a ExtTriggeredStatusReportEvent event emmited from the impl or activity object.

onExtTriggeredStatusReportErrEvent

public void onExtTriggeredStatusReportErrEvent(org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent extTriggeredStatusReportErrEvent)
Called due to a Gateway initiated call to the extTriggeredStatusReportErr() 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:
extTriggeredStatusReportErrEvent - Reference to a ExtTriggeredStatusReportErrEvent event emmited from the impl or activity object.