public class UIExample extends UtilUICaller
CONF_ROOT_DIRbusResourceURI, owner, theBus| Modifier | Constructor and Description |
|---|---|
protected |
UIExample(ModuleContext context,
String namespace,
String url,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
dialogAborted(String dialogID,
Resource data)
Dialog aborted.
|
void |
executeStartUI(Resource user)
This method is called whenever the user selects your application submit
from the Main Menu.
|
void |
handleUIResponse(UIResponse input)
Handle
UIResponse - that comes from UIHandler carrying
user input. |
void |
showMessage() |
close, communicationChannelBrokenabortDialog, adaptationParametersChanged, busDyingOut, dialogSuspended, getMyID, handleReply, resumeDialog, sendUIRequestgetComment, getLabel, getType, getURI, setComment, setLabelprotected UIExample(ModuleContext context, String namespace, String url, String desc)
public void executeStartUI(Resource user)
UtilUICallerexecuteStartUI in class UtilUICalleruser - The User which initiated the interaction. May be an instance
of User, AssistedPerson or Caregiver.public void showMessage()
public void handleUIResponse(UIResponse input)
UICallerUIResponse - that comes from UIHandler carrying
user input.handleUIResponse in class UICallerinput - the UIResponsepublic 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.Copyright © 2018 universAAL Consortium. All rights reserved.