org.csapi.jr.se.cc.mpccs
Interface MultiPartyCallControlManagerListener

All Superinterfaces:
java.util.EventListener

public interface MultiPartyCallControlManagerListener
extends java.util.EventListener

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


Method Summary
 void onCallAbortedEvent(org.csapi.jr.se.cc.mpccs.CallAbortedEvent callAbortedEvent)
          Called due to a Gateway initiated call to the callAborted() method on the callback interface.
 void onCallOverloadCeasedEvent(org.csapi.jr.se.cc.mpccs.CallOverloadCeasedEvent callOverloadCeasedEvent)
          Called due to a Gateway initiated call to the callOverloadCeased() method on the callback interface.
 void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.mpccs.CallOverloadEncounteredEvent callOverloadEncounteredEvent)
          Called due to a Gateway initiated call to the callOverloadEncountered() method on the callback interface.
 void onManagerInterruptedEvent(org.csapi.jr.se.cc.mpccs.ManagerInterruptedEvent managerInterruptedEvent)
          Called due to a Gateway initiated call to the managerInterrupted() method on the callback interface.
 void onManagerResumedEvent(org.csapi.jr.se.cc.mpccs.ManagerResumedEvent managerResumedEvent)
          Called due to a Gateway initiated call to the managerResumed() method on the callback interface.
 void onReportNotificationEvent(org.csapi.jr.se.cc.mpccs.ReportNotificationEvent reportNotificationEvent)
          Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
 

Method Detail

onReportNotificationEvent

public void onReportNotificationEvent(org.csapi.jr.se.cc.mpccs.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.

onCallAbortedEvent

public void onCallAbortedEvent(org.csapi.jr.se.cc.mpccs.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.

onManagerInterruptedEvent

public void onManagerInterruptedEvent(org.csapi.jr.se.cc.mpccs.ManagerInterruptedEvent managerInterruptedEvent)
Called due to a Gateway initiated call to the managerInterrupted() method on the callback interface.

Parameters:
managerInterruptedEvent - Reference to a ManagerInterruptedEvent event emmited from the impl or activity object.

onManagerResumedEvent

public void onManagerResumedEvent(org.csapi.jr.se.cc.mpccs.ManagerResumedEvent managerResumedEvent)
Called due to a Gateway initiated call to the managerResumed() method on the callback interface.

Parameters:
managerResumedEvent - Reference to a ManagerResumedEvent event emmited from the impl or activity object.

onCallOverloadEncounteredEvent

public void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.mpccs.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.mpccs.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.