org.csapi.jr.se.cc.mpccs
Interface CallLegListener

All Superinterfaces:
java.util.EventListener

public interface CallLegListener
extends java.util.EventListener

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

onEventReportResEvent

public 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.

Parameters:
eventReportResEvent - Reference to a EventReportResEvent event emmited from the impl or activity object.

onEventReportErrEvent

public 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.

Parameters:
eventReportErrEvent - Reference to a EventReportErrEvent event emmited from the impl or activity object.

onAttachMediaResEvent

public 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.

Parameters:
attachMediaResEvent - Reference to a AttachMediaResEvent event emmited from the impl or activity object.

onAttachMediaErrEvent

public 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.

Parameters:
attachMediaErrEvent - Reference to a AttachMediaErrEvent event emmited from the impl or activity object.

onDetachMediaResEvent

public 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.

Parameters:
detachMediaResEvent - Reference to a DetachMediaResEvent event emmited from the impl or activity object.

onDetachMediaErrEvent

public 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.

Parameters:
detachMediaErrEvent - Reference to a DetachMediaErrEvent event emmited from the impl or activity object.

onGetInfoResEvent

public 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.

Parameters:
getInfoResEvent - Reference to a GetInfoResEvent event emmited from the impl or activity object.

onGetInfoErrEvent

public 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.

Parameters:
getInfoErrEvent - Reference to a GetInfoErrEvent event emmited from the impl or activity object.

onRouteErrEvent

public 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.

Parameters:
routeErrEvent - Reference to a RouteErrEvent event emmited from the impl or activity object.

onSuperviseResEvent

public 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.

Parameters:
superviseResEvent - Reference to a SuperviseResEvent event emmited from the impl or activity object.

onSuperviseErrEvent

public 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.

Parameters:
superviseErrEvent - Reference to a SuperviseErrEvent event emmited from the impl or activity object.

onCallLegEndedEvent

public 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.

Parameters:
callLegEndedEvent - Reference to a CallLegEndedEvent event emmited from the impl or activity object.