org.csapi.jr.se.dsc
Interface DataSessionControlManagerListener

All Superinterfaces:
java.util.EventListener

public interface DataSessionControlManagerListener
extends java.util.EventListener

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


Method Summary
 void onDataSessionAbortedEvent(org.csapi.jr.se.dsc.DataSessionAbortedEvent dataSessionAbortedEvent)
          Called due to a Gateway initiated call to the dataSessionAborted() method on the callback interface.
 void onDataSessionNotificationContinuedEvent(org.csapi.jr.se.dsc.DataSessionNotificationContinuedEvent dataSessionNotificationContinuedEvent)
          Called due to a Gateway initiated call to the dataSessionNotificationContinued() method on the callback interface.
 void onDataSessionNotificationInterruptedEvent(org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent dataSessionNotificationInterruptedEvent)
          Called due to a Gateway initiated call to the dataSessionNotificationInterrupted() method on the callback interface.
 void onReportNotificationEvent(org.csapi.jr.se.dsc.ReportNotificationEvent reportNotificationEvent)
          Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
 

Method Detail

onDataSessionAbortedEvent

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

onReportNotificationEvent

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

onDataSessionNotificationContinuedEvent

public void onDataSessionNotificationContinuedEvent(org.csapi.jr.se.dsc.DataSessionNotificationContinuedEvent dataSessionNotificationContinuedEvent)
Called due to a Gateway initiated call to the dataSessionNotificationContinued() method on the callback interface.

Parameters:
dataSessionNotificationContinuedEvent - Reference to a DataSessionNotificationContinuedEvent event emmited from the impl or activity object.

onDataSessionNotificationInterruptedEvent

public void onDataSessionNotificationInterruptedEvent(org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent dataSessionNotificationInterruptedEvent)
Called due to a Gateway initiated call to the dataSessionNotificationInterrupted() method on the callback interface.

Parameters:
dataSessionNotificationInterruptedEvent - Reference to a DataSessionNotificationInterruptedEvent event emmited from the impl or activity object.