Uses of Class
org.universAAL.middleware.ui.UIResponse

Packages that use UIResponse
org.universAAL.middleware.ui   
org.universAAL.middleware.ui.impl   
org.universAAL.ri.gateway.eimanager   
org.universAAL.ri.gateway.eimanager.impl   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.eimanager.impl.importing   
org.universAAL.samples.lighting.uiclient   
org.universAAL.samples.simple.ui   
org.universAAL.samples.uibus   
org.universAAL.samples.utils.app   
org.universAAL.samples.utils.client   
org.universAAL.support.utils Contains the most basic helper utility for using the universAAL simplified API. 
org.universAAL.ui.dm   
org.universAAL.ui.dm.interfaces   
org.universAAL.ui.dm.ui.preferences.editor   
org.universAAL.ui.dm.userInteraction   
org.universAAL.ui.dm.userInteraction.mainMenu   
org.universAAL.ui.dm.userInteraction.mainMenu.file   
org.universAAL.ui.dm.userInteraction.messageManagement   
org.universAAL.ui.dm.userInteraction.systemMenu   
 

Uses of UIResponse in org.universAAL.middleware.ui
 

Methods in org.universAAL.middleware.ui with parameters of type UIResponse
 void IUIBus.dialogFinished(String handlerID, UIResponse uiResponse)
          Whenever a dialog is finished, UIHandlers must inform the IUIBus by calling this method.
 void UIHandler.dialogFinished(UIResponse uiResponse)
          Dialog finished.
abstract  void UICaller.handleUIResponse(UIResponse uiResponse)
          Handle UIResponse - that comes from UIHandler carrying user input.
 

Uses of UIResponse in org.universAAL.middleware.ui.impl
 

Methods in org.universAAL.middleware.ui.impl with parameters of type UIResponse
 void UIBusImpl.dialogFinished(String handlerID, UIResponse response)
           
protected abstract  void UIStrategyHandler.notifyCallerDialogSubmitted(UIResponse response)
          check sender and if local send it if not send message.
protected  void UIStrategyCaller.notifyCallerDialogSubmitted(UIResponse response)
          
 

Constructors in org.universAAL.middleware.ui.impl with parameters of type UIResponse
UIStrategyCaller.UIRequestCall(UIResponse resp)
           
 

Uses of UIResponse in org.universAAL.ri.gateway.eimanager
 

Methods in org.universAAL.ri.gateway.eimanager with parameters of type UIResponse
 void ImportManager.sendUIResponse(String sourceId, UIResponse response)
           
 

Uses of UIResponse in org.universAAL.ri.gateway.eimanager.impl
 

Methods in org.universAAL.ri.gateway.eimanager.impl with parameters of type UIResponse
 void ImportManagerImpl.sendUIResponse(String sourceId, UIResponse response)
           
 

Uses of UIResponse in org.universAAL.ri.gateway.eimanager.impl.exporting
 

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type UIResponse
 void ExportedProxyManager.handleUIResponse(String targetId, UIResponse response)
           
 

Uses of UIResponse in org.universAAL.ri.gateway.eimanager.impl.importing
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type UIResponse
 void ImportedProxyManager.realizeLocalUIResponsePublishment(String sourceId, UIResponse response)
           
 

Uses of UIResponse in org.universAAL.samples.lighting.uiclient
 

Methods in org.universAAL.samples.lighting.uiclient with parameters of type UIResponse
 void UIProvider.handleUIResponse(UIResponse uir)
           
 

Uses of UIResponse in org.universAAL.samples.simple.ui
 

Methods in org.universAAL.samples.simple.ui with parameters of type UIResponse
 void SimpleUI.handleUIResponse(UIResponse input)
           
 

Uses of UIResponse in org.universAAL.samples.uibus
 

Methods in org.universAAL.samples.uibus with parameters of type UIResponse
 void OPublisher.handleUIResponse(UIResponse event)
           
 

Uses of UIResponse in org.universAAL.samples.utils.app
 

Methods in org.universAAL.samples.utils.app with parameters of type UIResponse
 void UIExample.handleUIResponse(UIResponse input)
           
 

Uses of UIResponse in org.universAAL.samples.utils.client
 

Methods in org.universAAL.samples.utils.client with parameters of type UIResponse
 void UIExample.handleUIResponse(UIResponse input)
           
 

Uses of UIResponse in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils with parameters of type UIResponse
 void WrapperUI.handleUIResponse(UIResponse r)
           
 void IUIListener.handleUIResponse(UIResponse response)
          When a UI response is received to a UI request associated to this listener by UAAL helper, this method is called and is passed the response.
 

Uses of UIResponse in org.universAAL.ui.dm
 

Methods in org.universAAL.ui.dm with parameters of type UIResponse
 void UserDialogManager.handleUIResponse(UIResponse response)
          Handle the response.
 void DialogManagerImpl.handleUIResponse(UIResponse response)
          Handle UIResponse - that comes from UIHandler carrying user input.
 

Uses of UIResponse in org.universAAL.ui.dm.interfaces
 

Methods in org.universAAL.ui.dm.interfaces with parameters of type UIResponse
 void ISubmitGroupListener.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 

Uses of UIResponse in org.universAAL.ui.dm.ui.preferences.editor
 

Methods in org.universAAL.ui.dm.ui.preferences.editor with parameters of type UIResponse
protected  void UIPreferencesUICaller.handleSubmit(UIResponse uiResponse)
          Handle submit UI preferences data, and refresh Java JVM user.language based on the one defined in the UIPreferencesSubprofile
 void UIPreferencesUICaller.handleUIResponse(UIResponse uiResponse)
           
 

Uses of UIResponse in org.universAAL.ui.dm.userInteraction
 

Methods in org.universAAL.ui.dm.userInteraction with parameters of type UIResponse
 void PendingDialogBuilder.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 

Uses of UIResponse in org.universAAL.ui.dm.userInteraction.mainMenu
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu with parameters of type UIResponse
 void SearchableAggregatedMainMenuProvider.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 void AllMainMenuProvider.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 void AggregatedMainMenuProvider.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 

Uses of UIResponse in org.universAAL.ui.dm.userInteraction.mainMenu.file
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.file with parameters of type UIResponse
 void FileMainMenuProvider.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 

Uses of UIResponse in org.universAAL.ui.dm.userInteraction.messageManagement
 

Methods in org.universAAL.ui.dm.userInteraction.messageManagement with parameters of type UIResponse
 void PendingMessageBuilder.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 void MessageListener.handle(UIResponse response)
          Handle the UIResponse for any of the SubmitionIDs declared in ISubmitGroupListener.listDeclaredSubmitIds().
 

Uses of UIResponse in org.universAAL.ui.dm.userInteraction.systemMenu
 

Methods in org.universAAL.ui.dm.userInteraction.systemMenu with parameters of type UIResponse
 void TaskBarSystemMenuProvider.handle(UIResponse response)
           
 void SmartPendingSystemMenuProvider.handle(UIResponse response)
           
 void ClassicSystemMenuProvider.handle(UIResponse response)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.