|
|||||||||||
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 UIManager service object.
Method Summary | |
void |
onReportEventNotificationEvent(org.csapi.jr.se.ui.ReportEventNotificationEvent reportEventNotificationEvent)
Called due to a Gateway initiated call to the reportEventNotification() method on the callback interface. |
void |
onReportNotificationEvent(org.csapi.jr.se.ui.ReportNotificationEvent reportNotificationEvent)
Called due to a Gateway initiated call to the reportNotification() method on the callback interface. |
void |
onUserInteractionAbortedEvent(org.csapi.jr.se.ui.UserInteractionAbortedEvent userInteractionAbortedEvent)
Called due to a Gateway initiated call to the userInteractionAborted() method on the callback interface. |
void |
onUserInteractionNotificationContinuedEvent(org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent userInteractionNotificationContinuedEvent)
Called due to a Gateway initiated call to the userInteractionNotificationContinued() method on the callback interface. |
void |
onUserInteractionNotificationInterruptedEvent(org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent userInteractionNotificationInterruptedEvent)
Called due to a Gateway initiated call to the userInteractionNotificationInterrupted() method on the callback interface. |
Method Detail |
public void onUserInteractionAbortedEvent(org.csapi.jr.se.ui.UserInteractionAbortedEvent userInteractionAbortedEvent)
userInteractionAbortedEvent
- Reference to a UserInteractionAbortedEvent event
emmited from the impl or activity object.public void onReportNotificationEvent(org.csapi.jr.se.ui.ReportNotificationEvent reportNotificationEvent)
reportNotificationEvent
- Reference to a ReportNotificationEvent event
emmited from the impl or activity object.public void onUserInteractionNotificationInterruptedEvent(org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent userInteractionNotificationInterruptedEvent)
userInteractionNotificationInterruptedEvent
- Reference to a UserInteractionNotificationInterruptedEvent event
emmited from the impl or activity object.public void onUserInteractionNotificationContinuedEvent(org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent userInteractionNotificationContinuedEvent)
userInteractionNotificationContinuedEvent
- Reference to a UserInteractionNotificationContinuedEvent event
emmited from the impl or activity object.public void onReportEventNotificationEvent(org.csapi.jr.se.ui.ReportEventNotificationEvent reportEventNotificationEvent)
reportEventNotificationEvent
- Reference to a ReportEventNotificationEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |