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

All Superinterfaces:
java.util.EventListener

public interface MultiPartyCallListener
extends java.util.EventListener

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

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.

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.

onCallEndedEvent

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

Parameters:
callEndedEvent - Reference to a CallEndedEvent event emmited from the impl or activity object.

onCreateAndRouteCallLegErrEvent

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

Parameters:
createAndRouteCallLegErrEvent - Reference to a CreateAndRouteCallLegErrEvent event emmited from the impl or activity object.