org.csapi.jr.se.dsc
Interface DataSessionListener

All Superinterfaces:
java.util.EventListener

public interface DataSessionListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the DataSession service object.


Method Summary
 void onConnectErrEvent(org.csapi.jr.se.dsc.ConnectErrEvent connectErrEvent)
          Called due to a Gateway initiated call to the connectErr() method on the callback interface.
 void onConnectResEvent(org.csapi.jr.se.dsc.ConnectResEvent connectResEvent)
          Called due to a Gateway initiated call to the connectRes() method on the callback interface.
 void onDataSessionFaultDetectedEvent(org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent dataSessionFaultDetectedEvent)
          Called due to a Gateway initiated call to the dataSessionFaultDetected() method on the callback interface.
 void onSuperviseDataSessionErrEvent(org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent superviseDataSessionErrEvent)
          Called due to a Gateway initiated call to the superviseDataSessionErr() method on the callback interface.
 void onSuperviseDataSessionResEvent(org.csapi.jr.se.dsc.SuperviseDataSessionResEvent superviseDataSessionResEvent)
          Called due to a Gateway initiated call to the superviseDataSessionRes() method on the callback interface.
 

Method Detail

onConnectResEvent

public void onConnectResEvent(org.csapi.jr.se.dsc.ConnectResEvent connectResEvent)
Called due to a Gateway initiated call to the connectRes() 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:
connectResEvent - Reference to a ConnectResEvent event emmited from the impl or activity object.

onConnectErrEvent

public void onConnectErrEvent(org.csapi.jr.se.dsc.ConnectErrEvent connectErrEvent)
Called due to a Gateway initiated call to the connectErr() 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:
connectErrEvent - Reference to a ConnectErrEvent event emmited from the impl or activity object.

onSuperviseDataSessionResEvent

public void onSuperviseDataSessionResEvent(org.csapi.jr.se.dsc.SuperviseDataSessionResEvent superviseDataSessionResEvent)
Called due to a Gateway initiated call to the superviseDataSessionRes() method on the callback interface.

Parameters:
superviseDataSessionResEvent - Reference to a SuperviseDataSessionResEvent event emmited from the impl or activity object.

onSuperviseDataSessionErrEvent

public void onSuperviseDataSessionErrEvent(org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent superviseDataSessionErrEvent)
Called due to a Gateway initiated call to the superviseDataSessionErr() method on the callback interface.

Parameters:
superviseDataSessionErrEvent - Reference to a SuperviseDataSessionErrEvent event emmited from the impl or activity object.

onDataSessionFaultDetectedEvent

public void onDataSessionFaultDetectedEvent(org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent dataSessionFaultDetectedEvent)
Called due to a Gateway initiated call to the dataSessionFaultDetected() method on the callback interface.

Parameters:
dataSessionFaultDetectedEvent - Reference to a DataSessionFaultDetectedEvent event emmited from the impl or activity object.