|
|||||||||||
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 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 |
public void onCallAbortedEvent(org.csapi.jr.se.cc.gccs.CallAbortedEvent callAbortedEvent)
callAbortedEvent
- Reference to a CallAbortedEvent event
emmited from the impl or activity object.public void onCallEventNotifyEvent(org.csapi.jr.se.cc.gccs.CallEventNotifyEvent callEventNotifyEvent)
callEventNotifyEvent
- Reference to a CallEventNotifyEvent event
emmited from the impl or activity object.public void onCallNotificationInterruptedEvent(org.csapi.jr.se.cc.gccs.CallNotificationInterruptedEvent callNotificationInterruptedEvent)
callNotificationInterruptedEvent
- Reference to a CallNotificationInterruptedEvent event
emmited from the impl or activity object.public void onCallNotificationContinuedEvent(org.csapi.jr.se.cc.gccs.CallNotificationContinuedEvent callNotificationContinuedEvent)
callNotificationContinuedEvent
- Reference to a CallNotificationContinuedEvent event
emmited from the impl or activity object.public void onCallOverloadEncounteredEvent(org.csapi.jr.se.cc.gccs.CallOverloadEncounteredEvent callOverloadEncounteredEvent)
callOverloadEncounteredEvent
- Reference to a CallOverloadEncounteredEvent event
emmited from the impl or activity object.public void onCallOverloadCeasedEvent(org.csapi.jr.se.cc.gccs.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 |