org.mobicents.slee.resource.parlay.csapi.jr.ui
Class UiListenerImpl

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.csapi.jr.ui.UiListenerImpl
All Implemented Interfaces:
UiListener

public class UiListenerImpl
extends java.lang.Object
implements UiListener


Constructor Summary
UiListenerImpl(EventSender eventSender)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiListenerImpl

public UiListenerImpl(EventSender eventSender)
Method Detail

onUserInteractionAbortedEvent

public void onUserInteractionAbortedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionAbortedEvent event)
Specified by:
onUserInteractionAbortedEvent in interface UiListener

onUserInteractionNotificationInterruptedEvent

public void onUserInteractionNotificationInterruptedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationInterruptedEvent event)
Specified by:
onUserInteractionNotificationInterruptedEvent in interface UiListener

onUserInteractionNotificationContinuedEvent

public void onUserInteractionNotificationContinuedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionNotificationContinuedEvent event)
Specified by:
onUserInteractionNotificationContinuedEvent in interface UiListener

onReportNotificationEvent

public void onReportNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportNotificationEvent event)
Specified by:
onReportNotificationEvent in interface UiListener

onReportEventNotificationEvent

public void onReportEventNotificationEvent(org.mobicents.csapi.jr.slee.ui.ReportEventNotificationEvent event)
Specified by:
onReportEventNotificationEvent in interface UiListener

onSendInfoResEvent

public void onSendInfoResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoResEvent event)
Specified by:
onSendInfoResEvent in interface UiListener

onSendInfoErrEvent

public void onSendInfoErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoErrEvent event)
Specified by:
onSendInfoErrEvent in interface UiListener

onSendInfoAndCollectResEvent

public void onSendInfoAndCollectResEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectResEvent event)
Specified by:
onSendInfoAndCollectResEvent in interface UiListener

onSendInfoAndCollectErrEvent

public void onSendInfoAndCollectErrEvent(org.mobicents.csapi.jr.slee.ui.SendInfoAndCollectErrEvent event)
Specified by:
onSendInfoAndCollectErrEvent in interface UiListener

onUserInteractionFaultDetectedEvent

public void onUserInteractionFaultDetectedEvent(org.mobicents.csapi.jr.slee.ui.UserInteractionFaultDetectedEvent event)
Specified by:
onUserInteractionFaultDetectedEvent in interface UiListener

onRecordMessageResEvent

public void onRecordMessageResEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageResEvent event)
Specified by:
onRecordMessageResEvent in interface UiListener

onRecordMessageErrEvent

public void onRecordMessageErrEvent(org.mobicents.csapi.jr.slee.ui.RecordMessageErrEvent event)
Specified by:
onRecordMessageErrEvent in interface UiListener

onDeleteMessageResEvent

public void onDeleteMessageResEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageResEvent event)
Specified by:
onDeleteMessageResEvent in interface UiListener

onDeleteMessageErrEvent

public void onDeleteMessageErrEvent(org.mobicents.csapi.jr.slee.ui.DeleteMessageErrEvent event)
Specified by:
onDeleteMessageErrEvent in interface UiListener

onAbortActionResEvent

public void onAbortActionResEvent(org.mobicents.csapi.jr.slee.ui.AbortActionResEvent event)
Specified by:
onAbortActionResEvent in interface UiListener

onAbortActionErrEvent

public void onAbortActionErrEvent(org.mobicents.csapi.jr.slee.ui.AbortActionErrEvent event)
Specified by:
onAbortActionErrEvent in interface UiListener


Copyright © 2008. All Rights Reserved.