org.universAAL.ui.dm.adapters
Class AdapterDialogPrivacyLevel

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

public class AdapterDialogPrivacyLevel
extends Object
implements IAdapter

Adapter that takes new PrivacyLevel and applies it to the UIRequest. Overrides the initial PrivacyLevel defined by the application.

Author:
eandgrg

Constructor Summary
AdapterDialogPrivacyLevel(PrivacyLevel newDialogPrivacyLevel)
           
 
Method Summary
 void adapt(UIRequest request)
          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

AdapterDialogPrivacyLevel

public AdapterDialogPrivacyLevel(PrivacyLevel newDialogPrivacyLevel)
Method Detail

adapt

public void adapt(UIRequest request)
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.