|
|||||||||||
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 UI service object.
Method Summary | |
void |
onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
Called due to a Gateway initiated call to the sendInfoAndCollectErr() method on the callback interface. |
void |
onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
Called due to a Gateway initiated call to the sendInfoAndCollectRes() method on the callback interface. |
void |
onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
Called due to a Gateway initiated call to the sendInfoErr() method on the callback interface. |
void |
onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
Called due to a Gateway initiated call to the sendInfoRes() method on the callback interface. |
void |
onUserInteractionFaultDetectedEvent(org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent userInteractionFaultDetectedEvent)
Called due to a Gateway initiated call to the userInteractionFaultDetected() method on the callback interface. |
Method Detail |
public void onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
sendInfoResEvent
- Reference to a SendInfoResEvent event
emmited from the impl or activity object.public void onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
sendInfoErrEvent
- Reference to a SendInfoErrEvent event
emmited from the impl or activity object.public void onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
sendInfoAndCollectResEvent
- Reference to a SendInfoAndCollectResEvent event
emmited from the impl or activity object.public void onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
sendInfoAndCollectErrEvent
- Reference to a SendInfoAndCollectErrEvent event
emmited from the impl or activity object.public void onUserInteractionFaultDetectedEvent(org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent userInteractionFaultDetectedEvent)
userInteractionFaultDetectedEvent
- Reference to a UserInteractionFaultDetectedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |