Modifier and Type | Class and Description |
---|---|
class |
ConfigurationCentral
An example of a
ConfigurableModule , not all implementations should be
like this. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.register(DescribedEntity[] confEntities,
ConfigurableModule listener)
Register an array of
DescribedEntity s who's changes will be
performed by the given ConfigurableModule . |
void |
ConfigurationManager.register(List<DescribedEntity> confEntities,
ConfigurableModule listener)
Register a
List of DescribedEntity s who's changes will be
performed by the given ConfigurableModule . |
void |
ConfigurationManager.unregister(ConfigurableModule listener)
Unregister a particular
ConfigurableModule . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagerImpl.register(DescribedEntity[] confPattern,
ConfigurableModule listener) |
void |
ConfigurationManagerImpl.register(List<DescribedEntity> confPattern,
ConfigurableModule listener) |
void |
ConfigurationManagerImpl.unregister(ConfigurableModule listener) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleRegistry.put(String uri,
ConfigurableModule module) |
void |
ModuleRegistry.remove(ConfigurableModule module) |
Copyright © 2018 universAAL Consortium. All rights reserved.