|
|||||||||||
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 MultiPartyCall service object.
Method Summary | |
void |
onCallEndedEvent(org.csapi.jr.se.cc.mpccs.CallEndedEvent callEndedEvent)
Called due to a Gateway initiated call to the callEnded() method on the callback interface. |
void |
onCreateAndRouteCallLegErrEvent(org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent createAndRouteCallLegErrEvent)
Called due to a Gateway initiated call to the createAndRouteCallLegErr() 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 |
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 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 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 onCallEndedEvent(org.csapi.jr.se.cc.mpccs.CallEndedEvent callEndedEvent)
callEndedEvent
- Reference to a CallEndedEvent event
emmited from the impl or activity object.public void onCreateAndRouteCallLegErrEvent(org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent createAndRouteCallLegErrEvent)
createAndRouteCallLegErrEvent
- Reference to a CreateAndRouteCallLegErrEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |