|
|||||||||||
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 Call service object.
Method Summary | |
void |
onCallEndedEvent(org.csapi.jr.se.cc.gccs.CallEndedEvent callEndedEvent)
Called due to a Gateway initiated call to the callEnded() method on the callback interface. |
void |
onCallFaultDetectedEvent(org.csapi.jr.se.cc.gccs.CallFaultDetectedEvent callFaultDetectedEvent)
Called due to a Gateway initiated call to the callFaultDetected() method on the callback interface. |
void |
onGetCallInfoErrEvent(org.csapi.jr.se.cc.gccs.GetCallInfoErrEvent getCallInfoErrEvent)
Called due to a Gateway initiated call to the getCallInfoErr() method on the callback interface. |
void |
onGetCallInfoResEvent(org.csapi.jr.se.cc.gccs.GetCallInfoResEvent getCallInfoResEvent)
Called due to a Gateway initiated call to the getCallInfoRes() method on the callback interface. |
void |
onGetMoreDialledDigitsErrEvent(org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsErrEvent getMoreDialledDigitsErrEvent)
Called due to a Gateway initiated call to the getMoreDialledDigitsErr() method on the callback interface. |
void |
onGetMoreDialledDigitsResEvent(org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsResEvent getMoreDialledDigitsResEvent)
Called due to a Gateway initiated call to the getMoreDialledDigitsRes() method on the callback interface. |
void |
onRouteErrEvent(org.csapi.jr.se.cc.gccs.RouteErrEvent routeErrEvent)
Called due to a Gateway initiated call to the routeErr() method on the callback interface. |
void |
onRouteResEvent(org.csapi.jr.se.cc.gccs.RouteResEvent routeResEvent)
Called due to a Gateway initiated call to the routeRes() method on the callback interface. |
void |
onSuperviseCallErrEvent(org.csapi.jr.se.cc.gccs.SuperviseCallErrEvent superviseCallErrEvent)
Called due to a Gateway initiated call to the superviseCallErr() method on the callback interface. |
void |
onSuperviseCallResEvent(org.csapi.jr.se.cc.gccs.SuperviseCallResEvent superviseCallResEvent)
Called due to a Gateway initiated call to the superviseCallRes() method on the callback interface. |
Method Detail |
public void onRouteResEvent(org.csapi.jr.se.cc.gccs.RouteResEvent routeResEvent)
routeResEvent
- Reference to a RouteResEvent event
emmited from the impl or activity object.public void onRouteErrEvent(org.csapi.jr.se.cc.gccs.RouteErrEvent routeErrEvent)
routeErrEvent
- Reference to a RouteErrEvent event
emmited from the impl or activity object.public void onGetCallInfoResEvent(org.csapi.jr.se.cc.gccs.GetCallInfoResEvent getCallInfoResEvent)
getCallInfoResEvent
- Reference to a GetCallInfoResEvent event
emmited from the impl or activity object.public void onGetCallInfoErrEvent(org.csapi.jr.se.cc.gccs.GetCallInfoErrEvent getCallInfoErrEvent)
getCallInfoErrEvent
- Reference to a GetCallInfoErrEvent event
emmited from the impl or activity object.public void onSuperviseCallResEvent(org.csapi.jr.se.cc.gccs.SuperviseCallResEvent superviseCallResEvent)
superviseCallResEvent
- Reference to a SuperviseCallResEvent event
emmited from the impl or activity object.public void onSuperviseCallErrEvent(org.csapi.jr.se.cc.gccs.SuperviseCallErrEvent superviseCallErrEvent)
superviseCallErrEvent
- Reference to a SuperviseCallErrEvent event
emmited from the impl or activity object.public void onCallFaultDetectedEvent(org.csapi.jr.se.cc.gccs.CallFaultDetectedEvent callFaultDetectedEvent)
callFaultDetectedEvent
- Reference to a CallFaultDetectedEvent event
emmited from the impl or activity object.public void onGetMoreDialledDigitsResEvent(org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsResEvent getMoreDialledDigitsResEvent)
getMoreDialledDigitsResEvent
- Reference to a GetMoreDialledDigitsResEvent event
emmited from the impl or activity object.public void onGetMoreDialledDigitsErrEvent(org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsErrEvent getMoreDialledDigitsErrEvent)
getMoreDialledDigitsErrEvent
- Reference to a GetMoreDialledDigitsErrEvent event
emmited from the impl or activity object.public void onCallEndedEvent(org.csapi.jr.se.cc.gccs.CallEndedEvent callEndedEvent)
callEndedEvent
- Reference to a CallEndedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |