org.universAAL.ui.dm.adapters
Class AdapterUIPreferences

Package class diagram package AdapterUIPreferences
java.lang.Object
  extended by org.universAAL.ui.dm.adapters.AdapterUIPreferences
All Implemented Interfaces:
IAdapter

public class AdapterUIPreferences
extends Object
implements IAdapter

Adapter that takes data from user UIPreferencesSubProfile (stored in CHE and exposed by Profile server).


Constructor Summary
AdapterUIPreferences(UIPreferencesSubProfile uiPrefSubProfile)
           
 
Method Summary
 void adapt(UIRequest uiRequest)
          Perform an UI adaptation over UIRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterUIPreferences

public AdapterUIPreferences(UIPreferencesSubProfile uiPrefSubProfile)
Method Detail

adapt

public void adapt(UIRequest uiRequest)
Description copied from interface: IAdapter
Perform an UI adaptation over UIRequest. This method may be recalled several times, therefore it must always check that the adaptation is in fact needed, and not already done.

Specified by:
adapt in interface IAdapter


Copyright © 2014 universAAL Consortium. All Rights Reserved.