public interface IUIPreferencesBuffer
UIPreferencesSubProfile
s up-to-date.Modifier and Type | Method and Description |
---|---|
void |
addUser(User user)
Checks if
UIPreferencesSubProfile has already been initialized
for a given User . |
UIPreferencesSubProfile |
changeCurrentUIPreferencesSubProfileForUser(User key,
UIPreferencesSubProfile uiPrefSubprof)
Updates the
UIPreferencesSubProfile for the user. |
UIPreferencesSubProfile |
getUIPreferencesSubprofileForUser(User user)
Get the
UIPreferencesSubProfile for the given User . |
void |
stop()
Stops the task
|
void addUser(User user)
UIPreferencesSubProfile
has already been initialized
for a given User
. If not initialization bill be done. User
will be previously
added
in order to
get
or
change
its UIPreferencesSubProfile
correctly.user
- User
the user to be monitored.UIPreferencesSubProfile getUIPreferencesSubprofileForUser(User user)
UIPreferencesSubProfile
for the given User
.UIPreferencesSubProfile
or nullUIPreferencesSubProfile changeCurrentUIPreferencesSubProfileForUser(User key, UIPreferencesSubProfile uiPrefSubprof)
UIPreferencesSubProfile
for the user. Associates the
specified UIPreferencesSubProfile
with the specified User
If possible, the old value is replaced by the specified value.UIPreferencesSubProfile
that was associated with
the User
or null if there was no mappingvoid stop()
Copyright © 2018 universAAL Consortium. All rights reserved.