org.mobicents.slee.resource.parlay.csapi.jr.ui
Interface UiListener

All Known Implementing Classes:
UiListenerImpl

public interface UiListener

Ui Listener (where Ui means the whole User Interaction service)


Method Summary
 void onAbortActionErrEvent(org.mobicents.csapi.jr.slee.ui.AbortActionErrEvent event)
           
 void onAbortActionResEvent(org.mobicents.csapi.jr.slee.ui.AbortActionResEvent event)
           
 void onDeleteMessageErrEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageErrEvent event)
           
 void onDeleteMessageResEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageResEvent event)
           
 void onRecordMessageErrEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageErrEvent event)
           
 void onRecordMessageResEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageResEvent event)
           
 void onReportEventNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportEventNotificationEvent event)
           
 void onReportNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportNotificationEvent event)
           
 void onSendInfoAndCollectErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectErrEvent event)
           
 void onSendInfoAndCollectResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectResEvent event)
           
 void onSendInfoErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoErrEvent event)
           
 void onSendInfoResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoResEvent event)
           
 void onUserInteractionAbortedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionAbortedEvent event)
           
 void onUserInteractionFaultDetectedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionFaultDetectedEvent event)
           
 void onUserInteractionNotificationContinuedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationContinuedEvent event)
           
 void onUserInteractionNotificationInterruptedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationInterruptedEvent event)
           
 

Method Detail

onUserInteractionAbortedEvent

void onUserInteractionAbortedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionAbortedEvent event)

onUserInteractionNotificationInterruptedEvent

void onUserInteractionNotificationInterruptedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationInterruptedEvent event)

onUserInteractionNotificationContinuedEvent

void onUserInteractionNotificationContinuedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationContinuedEvent event)

onReportNotificationEvent

void onReportNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportNotificationEvent event)

onReportEventNotificationEvent

void onReportEventNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportEventNotificationEvent event)

onSendInfoResEvent

void onSendInfoResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoResEvent event)

onSendInfoErrEvent

void onSendInfoErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoErrEvent event)

onSendInfoAndCollectResEvent

void onSendInfoAndCollectResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectResEvent event)

onSendInfoAndCollectErrEvent

void onSendInfoAndCollectErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectErrEvent event)

onUserInteractionFaultDetectedEvent

void onUserInteractionFaultDetectedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionFaultDetectedEvent event)

onRecordMessageResEvent

void onRecordMessageResEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageResEvent event)

onRecordMessageErrEvent

void onRecordMessageErrEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageErrEvent event)

onDeleteMessageResEvent

void onDeleteMessageResEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageResEvent event)

onDeleteMessageErrEvent

void onDeleteMessageErrEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageErrEvent event)

onAbortActionResEvent

void onAbortActionResEvent(org.mobicents.csapi.jr.slee.ui.AbortActionResEvent event)

onAbortActionErrEvent

void onAbortActionErrEvent(org.mobicents.csapi.jr.slee.ui.AbortActionErrEvent event)


Copyright © 2008. All Rights Reserved.