public class WrapperUI extends UICaller
busResourceURI, owner, theBus
Modifier | Constructor and Description |
---|---|
protected |
WrapperUI(ModuleContext context)
Constructor.
|
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 arg0,
Resource data)
Dialog aborted.
|
void |
handleUIResponse(UIResponse r)
Handle
UIResponse - that comes from UIHandler carrying
user input. |
void |
setListener(IUIListener listener)
Set the IUIListener.
|
abortDialog, adaptationParametersChanged, busDyingOut, dialogSuspended, getMyID, handleReply, resumeDialog, sendUIRequest
close, getComment, getLabel, getType, getURI, setComment, setLabel
protected WrapperUI(ModuleContext context)
context
- The universAAL Module Context.public void communicationChannelBroken()
UICaller
UICaller
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 UICaller
public void dialogAborted(String arg0, Resource data)
UICaller
dialogAborted
in class UICaller
arg0
- the dialog iddata
- the data collected up until abortion, it might be null if the
data could not be retrieved.public void handleUIResponse(UIResponse r)
UICaller
UIResponse
- that comes from UIHandler
carrying
user input.handleUIResponse
in class UICaller
r
- the UIResponse
public void setListener(IUIListener listener)
listener
- The IUIListener to associate.Copyright © 2018 universAAL Consortium. All rights reserved.