org.csapi.jr.se.ui
Interface UIManagerListener

All Superinterfaces:
java.util.EventListener

public interface UIManagerListener
extends java.util.EventListener

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


Method Summary
 void onReportEventNotificationEvent(org.csapi.jr.se.ui.ReportEventNotificationEvent reportEventNotificationEvent)
          Called due to a Gateway initiated call to the reportEventNotification() method on the callback interface.
 void onReportNotificationEvent(org.csapi.jr.se.ui.ReportNotificationEvent reportNotificationEvent)
          Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
 void onUserInteractionAbortedEvent(org.csapi.jr.se.ui.UserInteractionAbortedEvent userInteractionAbortedEvent)
          Called due to a Gateway initiated call to the userInteractionAborted() method on the callback interface.
 void onUserInteractionNotificationContinuedEvent(org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent userInteractionNotificationContinuedEvent)
          Called due to a Gateway initiated call to the userInteractionNotificationContinued() method on the callback interface.
 void onUserInteractionNotificationInterruptedEvent(org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent userInteractionNotificationInterruptedEvent)
          Called due to a Gateway initiated call to the userInteractionNotificationInterrupted() method on the callback interface.
 

Method Detail

onUserInteractionAbortedEvent

public void onUserInteractionAbortedEvent(org.csapi.jr.se.ui.UserInteractionAbortedEvent userInteractionAbortedEvent)
Called due to a Gateway initiated call to the userInteractionAborted() method on the callback interface.

Parameters:
userInteractionAbortedEvent - Reference to a UserInteractionAbortedEvent event emmited from the impl or activity object.

onReportNotificationEvent

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

onUserInteractionNotificationInterruptedEvent

public void onUserInteractionNotificationInterruptedEvent(org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent userInteractionNotificationInterruptedEvent)
Called due to a Gateway initiated call to the userInteractionNotificationInterrupted() method on the callback interface.

Parameters:
userInteractionNotificationInterruptedEvent - Reference to a UserInteractionNotificationInterruptedEvent event emmited from the impl or activity object.

onUserInteractionNotificationContinuedEvent

public void onUserInteractionNotificationContinuedEvent(org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent userInteractionNotificationContinuedEvent)
Called due to a Gateway initiated call to the userInteractionNotificationContinued() method on the callback interface.

Parameters:
userInteractionNotificationContinuedEvent - Reference to a UserInteractionNotificationContinuedEvent event emmited from the impl or activity object.

onReportEventNotificationEvent

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