org.universAAL.ui.dm.userInteraction.mainMenu
Class UIServiceResponseNotifyer

Package class diagram package UIServiceResponseNotifyer
java.lang.Object
  extended by org.universAAL.ui.dm.userInteraction.mainMenu.UIServiceResponseNotifyer

public class UIServiceResponseNotifyer
extends Object

Helper Class to construct a message for the user to understand when it presses a button and nothing happens.

Author:
amedrano

Constructor Summary
UIServiceResponseNotifyer()
           
 
Method Summary
static void tellUser(UserDialogManager userDM, Exception e)
           
static void tellUser(UserDialogManager userDM, ServiceResponse sResp)
          Send a message to the user reporting the issue with the service.
static void tellUser(User usr, Exception e)
           
static void tellUser(User usr, ServiceResponse sResp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIServiceResponseNotifyer

public UIServiceResponseNotifyer()
Method Detail

tellUser

public static void tellUser(UserDialogManager userDM,
                            ServiceResponse sResp)
Send a message to the user reporting the issue with the service.

Parameters:
userDM -
sResp -

tellUser

public static void tellUser(User usr,
                            ServiceResponse sResp)

tellUser

public static void tellUser(UserDialogManager userDM,
                            Exception e)

tellUser

public static void tellUser(User usr,
                            Exception e)


Copyright © 2014 universAAL Consortium. All Rights Reserved.