|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void onDataSessionAbortedEvent(org.csapi.jr.se.dsc.DataSessionAbortedEvent dataSessionAbortedEvent)
dataSessionAbortedEvent
- Reference to a DataSessionAbortedEvent event
emmited from the impl or activity object.public void onReportNotificationEvent(org.csapi.jr.se.dsc.ReportNotificationEvent reportNotificationEvent)
reportNotificationEvent
- Reference to a ReportNotificationEvent event
emmited from the impl or activity object.public void onDataSessionNotificationContinuedEvent(org.csapi.jr.se.dsc.DataSessionNotificationContinuedEvent dataSessionNotificationContinuedEvent)
dataSessionNotificationContinuedEvent
- Reference to a DataSessionNotificationContinuedEvent event
emmited from the impl or activity object.public void onDataSessionNotificationInterruptedEvent(org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent dataSessionNotificationInterruptedEvent)
dataSessionNotificationInterruptedEvent
- Reference to a DataSessionNotificationInterruptedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |