org.universAAL.support.utils
Interface IUIListener

Package class diagram package IUIListener

public interface IUIListener

Implementations of this interface act like a UI Caller: When a UI response is received to a UI request associated to the listener by UAAL helper, it is passed to its hadleUIResponse method.

Author:
alfiva

Method Summary
 void 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.
 

Method Detail

handleUIResponse

void 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.

Parameters:
response - The received UI Response.
See Also:
UICaller.handleUIResponse(org.universAAL.middleware.ui.UIResponse)


Copyright © 2014 universAAL Consortium. All Rights Reserved.