
public class MyUICaller extends UICaller
busResourceURI, owner, theBus| Modifier | Constructor and Description |
|---|---|
protected |
MyUICaller(ModuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
communicationChannelBroken()
Method to be called when the communication of the
UICaller with
the IDialogManager is lost. |
void |
dialogAborted(String dialogID,
Resource data)
Dialog aborted.
|
void |
handleUIResponse(UIResponse input)
Handle
UIResponse - that comes from UIHandler carrying
user input. |
abortDialog, adaptationParametersChanged, busDyingOut, dialogSuspended, getMyID, handleReply, resumeDialog, sendUIRequestclose, getComment, getLabel, getType, getURI, setComment, setLabelprotected MyUICaller(ModuleContext context)
public void communicationChannelBroken()
UICallerUICaller with
the IDialogManager is lost. Any pending request might be resend
at this point. All affected pending dialogs will be
aborted right after this
call (with null data).communicationChannelBroken in class UICallerpublic void dialogAborted(String dialogID, Resource data)
UICallerdialogAborted in class UICallerdialogID - the dialog iddata - the data collected up until abortion, it might be null if the
data could not be retrieved.public void handleUIResponse(UIResponse input)
UICallerUIResponse - that comes from UIHandler carrying
user input.handleUIResponse in class UICallerinput - the UIResponseCopyright © 2018 universAAL Consortium. All rights reserved.