org.csapi.jr.se.cc.gccs
Interface CallControlManagerListener

All Superinterfaces:
java.util.EventListener

public interface CallControlManagerListener
extends java.util.EventListener

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


Method Summary
 void onCallAbortedEvent(org.csapi.jr.se.cc.gccs.CallAbortedEvent callAbortedEvent)
          Called due to a Gateway initiated call to the callAborted() method on the callback interface.
 void onCallEventNotifyEvent(org.csapi.jr.se.cc.gccs.CallEventNotifyEvent callEventNotifyEvent)
          Called due to a Gateway initiated call to the callEventNotify() method on the callback interface.
 void onCallNotificationContinuedEvent(org.csapi.jr.se.cc.gccs.CallNotificationContinuedEvent callNotificationContinuedEvent)
          Called due to a Gateway initiated call to the callNotificationContinued() method on the callback interface.
 void onCallNotificationInterruptedEvent(org.csapi.jr.se.cc.gccs.CallNotificationInterruptedEvent callNotificationInterruptedEvent)
          Called due to a Gateway initiated call to the callNotificationInterrupted() method on the callback interface.
 void onCallOverloadCeasedEvent(org.csapi.jr.se.cc.gccs.CallOverloadCeasedEvent callOverloadCeasedEvent)
          Called due to a Gateway initiated call to the callOverloadCeased() method on the callback interface.
 void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.gccs.CallOverloadEncounteredEvent callOverloadEncounteredEvent)
          Called due to a Gateway initiated call to the callOverloadEncountered() method on the callback interface.
 

Method Detail

onCallAbortedEvent

public void onCallAbortedEvent(org.csapi.jr.se.cc.gccs.CallAbortedEvent callAbortedEvent)
Called due to a Gateway initiated call to the callAborted() 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:
callAbortedEvent - Reference to a CallAbortedEvent event emmited from the impl or activity object.

onCallEventNotifyEvent

public void onCallEventNotifyEvent(org.csapi.jr.se.cc.gccs.CallEventNotifyEvent callEventNotifyEvent)
Called due to a Gateway initiated call to the callEventNotify() 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:
callEventNotifyEvent - Reference to a CallEventNotifyEvent event emmited from the impl or activity object.

onCallNotificationInterruptedEvent

public void onCallNotificationInterruptedEvent(org.csapi.jr.se.cc.gccs.CallNotificationInterruptedEvent callNotificationInterruptedEvent)
Called due to a Gateway initiated call to the callNotificationInterrupted() method on the callback interface.

Parameters:
callNotificationInterruptedEvent - Reference to a CallNotificationInterruptedEvent event emmited from the impl or activity object.

onCallNotificationContinuedEvent

public void onCallNotificationContinuedEvent(org.csapi.jr.se.cc.gccs.CallNotificationContinuedEvent callNotificationContinuedEvent)
Called due to a Gateway initiated call to the callNotificationContinued() method on the callback interface.

Parameters:
callNotificationContinuedEvent - Reference to a CallNotificationContinuedEvent event emmited from the impl or activity object.

onCallOverloadEncounteredEvent

public void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.gccs.CallOverloadEncounteredEvent callOverloadEncounteredEvent)
Called due to a Gateway initiated call to the callOverloadEncountered() 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:
callOverloadEncounteredEvent - Reference to a CallOverloadEncounteredEvent event emmited from the impl or activity object.

onCallOverloadCeasedEvent

public void onCallOverloadCeasedEvent(org.csapi.jr.se.cc.gccs.CallOverloadCeasedEvent callOverloadCeasedEvent)
Called due to a Gateway initiated call to the callOverloadCeased() 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:
callOverloadCeasedEvent - Reference to a CallOverloadCeasedEvent event emmited from the impl or activity object.