|
|||||||||||
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 CallLeg service object.
Method Summary | |
void |
onAttachMediaErrEvent(org.csapi.jr.se.cc.mpccs.AttachMediaErrEvent attachMediaErrEvent)
Called due to a Gateway initiated call to the attachMediaErr() method on the callback interface. |
void |
onAttachMediaResEvent(org.csapi.jr.se.cc.mpccs.AttachMediaResEvent attachMediaResEvent)
Called due to a Gateway initiated call to the attachMediaRes() method on the callback interface. |
void |
onCallLegEndedEvent(org.csapi.jr.se.cc.mpccs.CallLegEndedEvent callLegEndedEvent)
Called due to a Gateway initiated call to the callLegEnded() method on the callback interface. |
void |
onDetachMediaErrEvent(org.csapi.jr.se.cc.mpccs.DetachMediaErrEvent detachMediaErrEvent)
Called due to a Gateway initiated call to the detachMediaErr() method on the callback interface. |
void |
onDetachMediaResEvent(org.csapi.jr.se.cc.mpccs.DetachMediaResEvent detachMediaResEvent)
Called due to a Gateway initiated call to the detachMediaRes() method on the callback interface. |
void |
onEventReportErrEvent(org.csapi.jr.se.cc.mpccs.EventReportErrEvent eventReportErrEvent)
Called due to a Gateway initiated call to the eventReportErr() method on the callback interface. |
void |
onEventReportResEvent(org.csapi.jr.se.cc.mpccs.EventReportResEvent eventReportResEvent)
Called due to a Gateway initiated call to the eventReportRes() method on the callback interface. |
void |
onGetInfoErrEvent(org.csapi.jr.se.cc.mpccs.GetInfoErrEvent getInfoErrEvent)
Called due to a Gateway initiated call to the getInfoErr() method on the callback interface. |
void |
onGetInfoResEvent(org.csapi.jr.se.cc.mpccs.GetInfoResEvent getInfoResEvent)
Called due to a Gateway initiated call to the getInfoRes() method on the callback interface. |
void |
onRouteErrEvent(org.csapi.jr.se.cc.mpccs.RouteErrEvent routeErrEvent)
Called due to a Gateway initiated call to the routeErr() method on the callback interface. |
void |
onSuperviseErrEvent(org.csapi.jr.se.cc.mpccs.SuperviseErrEvent superviseErrEvent)
Called due to a Gateway initiated call to the superviseErr() method on the callback interface. |
void |
onSuperviseResEvent(org.csapi.jr.se.cc.mpccs.SuperviseResEvent superviseResEvent)
Called due to a Gateway initiated call to the superviseRes() method on the callback interface. |
Method Detail |
public void onEventReportResEvent(org.csapi.jr.se.cc.mpccs.EventReportResEvent eventReportResEvent)
eventReportResEvent
- Reference to a EventReportResEvent event
emmited from the impl or activity object.public void onEventReportErrEvent(org.csapi.jr.se.cc.mpccs.EventReportErrEvent eventReportErrEvent)
eventReportErrEvent
- Reference to a EventReportErrEvent event
emmited from the impl or activity object.public void onAttachMediaResEvent(org.csapi.jr.se.cc.mpccs.AttachMediaResEvent attachMediaResEvent)
attachMediaResEvent
- Reference to a AttachMediaResEvent event
emmited from the impl or activity object.public void onAttachMediaErrEvent(org.csapi.jr.se.cc.mpccs.AttachMediaErrEvent attachMediaErrEvent)
attachMediaErrEvent
- Reference to a AttachMediaErrEvent event
emmited from the impl or activity object.public void onDetachMediaResEvent(org.csapi.jr.se.cc.mpccs.DetachMediaResEvent detachMediaResEvent)
detachMediaResEvent
- Reference to a DetachMediaResEvent event
emmited from the impl or activity object.public void onDetachMediaErrEvent(org.csapi.jr.se.cc.mpccs.DetachMediaErrEvent detachMediaErrEvent)
detachMediaErrEvent
- Reference to a DetachMediaErrEvent event
emmited from the impl or activity object.public void onGetInfoResEvent(org.csapi.jr.se.cc.mpccs.GetInfoResEvent getInfoResEvent)
getInfoResEvent
- Reference to a GetInfoResEvent event
emmited from the impl or activity object.public void onGetInfoErrEvent(org.csapi.jr.se.cc.mpccs.GetInfoErrEvent getInfoErrEvent)
getInfoErrEvent
- Reference to a GetInfoErrEvent event
emmited from the impl or activity object.public void onRouteErrEvent(org.csapi.jr.se.cc.mpccs.RouteErrEvent routeErrEvent)
routeErrEvent
- Reference to a RouteErrEvent event
emmited from the impl or activity object.public void onSuperviseResEvent(org.csapi.jr.se.cc.mpccs.SuperviseResEvent superviseResEvent)
superviseResEvent
- Reference to a SuperviseResEvent event
emmited from the impl or activity object.public void onSuperviseErrEvent(org.csapi.jr.se.cc.mpccs.SuperviseErrEvent superviseErrEvent)
superviseErrEvent
- Reference to a SuperviseErrEvent event
emmited from the impl or activity object.public void onCallLegEndedEvent(org.csapi.jr.se.cc.mpccs.CallLegEndedEvent callLegEndedEvent)
callLegEndedEvent
- Reference to a CallLegEndedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |