org.csapi.jr.se.ui
Interface UIListener

All Superinterfaces:
java.util.EventListener

public interface UIListener
extends java.util.EventListener

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


Method Summary
 void onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
          Called due to a Gateway initiated call to the sendInfoAndCollectErr() method on the callback interface.
 void onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
          Called due to a Gateway initiated call to the sendInfoAndCollectRes() method on the callback interface.
 void onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
          Called due to a Gateway initiated call to the sendInfoErr() method on the callback interface.
 void onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
          Called due to a Gateway initiated call to the sendInfoRes() method on the callback interface.
 void onUserInteractionFaultDetectedEvent(org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent userInteractionFaultDetectedEvent)
          Called due to a Gateway initiated call to the userInteractionFaultDetected() method on the callback interface.
 

Method Detail

onSendInfoResEvent

public void onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
Called due to a Gateway initiated call to the sendInfoRes() 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:
sendInfoResEvent - Reference to a SendInfoResEvent event emmited from the impl or activity object.

onSendInfoErrEvent

public void onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
Called due to a Gateway initiated call to the sendInfoErr() 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:
sendInfoErrEvent - Reference to a SendInfoErrEvent event emmited from the impl or activity object.

onSendInfoAndCollectResEvent

public void onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
Called due to a Gateway initiated call to the sendInfoAndCollectRes() 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:
sendInfoAndCollectResEvent - Reference to a SendInfoAndCollectResEvent event emmited from the impl or activity object.

onSendInfoAndCollectErrEvent

public void onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
Called due to a Gateway initiated call to the sendInfoAndCollectErr() 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:
sendInfoAndCollectErrEvent - Reference to a SendInfoAndCollectErrEvent event emmited from the impl or activity object.

onUserInteractionFaultDetectedEvent

public void onUserInteractionFaultDetectedEvent(org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent userInteractionFaultDetectedEvent)
Called due to a Gateway initiated call to the userInteractionFaultDetected() method on the callback interface.

Parameters:
userInteractionFaultDetectedEvent - Reference to a UserInteractionFaultDetectedEvent event emmited from the impl or activity object.