public class ConfigurationCentral extends Object implements ConfigurableModule
ConfigurableModule
, not all implementations should be
like this.Modifier and Type | Field and Description |
---|---|
static String |
APPID |
static DescribedEntity[] |
configurations |
Constructor and Description |
---|
ConfigurationCentral() |
Modifier and Type | Method and Description |
---|---|
boolean |
configurationChanged(Scope param,
Object value)
When a configuration is changed this method is called.
|
public static String APPID
public static DescribedEntity[] configurations
public boolean configurationChanged(Scope param, Object value)
configurationChanged
in interface ConfigurableModule
param
- The parameter scope + id that has to change value.value
- The new value to be set, in case of ConfigurationFile
this value will be a File
.Copyright © 2018 universAAL Consortium. All rights reserved.