|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void onReportNotificationEvent(org.csapi.jr.se.cc.mpccs.ReportNotificationEvent reportNotificationEvent)
reportNotificationEvent
- Reference to a ReportNotificationEvent event
emmited from the impl or activity object.public void onCallAbortedEvent(org.csapi.jr.se.cc.mpccs.CallAbortedEvent callAbortedEvent)
callAbortedEvent
- Reference to a CallAbortedEvent event
emmited from the impl or activity object.public void onManagerInterruptedEvent(org.csapi.jr.se.cc.mpccs.ManagerInterruptedEvent managerInterruptedEvent)
managerInterruptedEvent
- Reference to a ManagerInterruptedEvent event
emmited from the impl or activity object.public void onManagerResumedEvent(org.csapi.jr.se.cc.mpccs.ManagerResumedEvent managerResumedEvent)
managerResumedEvent
- Reference to a ManagerResumedEvent event
emmited from the impl or activity object.public void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.mpccs.CallOverloadEncounteredEvent callOverloadEncounteredEvent)
callOverloadEncounteredEvent
- Reference to a CallOverloadEncounteredEvent event
emmited from the impl or activity object.public void onCallOverloadCeasedEvent(org.csapi.jr.se.cc.mpccs.CallOverloadCeasedEvent callOverloadCeasedEvent)
callOverloadCeasedEvent
- Reference to a CallOverloadCeasedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |