org.csapi.jr.se.cc.gccs
Interface CallListener

All Superinterfaces:
java.util.EventListener

public interface CallListener
extends java.util.EventListener

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

onRouteResEvent

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

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
routeResEvent - Reference to a RouteResEvent event emmited from the impl or activity object.

onRouteErrEvent

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

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

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

onGetCallInfoResEvent

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

Parameters:
getCallInfoResEvent - Reference to a GetCallInfoResEvent event emmited from the impl or activity object.

onGetCallInfoErrEvent

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

Parameters:
getCallInfoErrEvent - Reference to a GetCallInfoErrEvent event emmited from the impl or activity object.

onSuperviseCallResEvent

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

Parameters:
superviseCallResEvent - Reference to a SuperviseCallResEvent event emmited from the impl or activity object.

onSuperviseCallErrEvent

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

Parameters:
superviseCallErrEvent - Reference to a SuperviseCallErrEvent event emmited from the impl or activity object.

onCallFaultDetectedEvent

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

Parameters:
callFaultDetectedEvent - Reference to a CallFaultDetectedEvent event emmited from the impl or activity object.

onGetMoreDialledDigitsResEvent

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

Parameters:
getMoreDialledDigitsResEvent - Reference to a GetMoreDialledDigitsResEvent event emmited from the impl or activity object.

onGetMoreDialledDigitsErrEvent

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

Parameters:
getMoreDialledDigitsErrEvent - Reference to a GetMoreDialledDigitsErrEvent event emmited from the impl or activity object.

onCallEndedEvent

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

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