public interface ConfigurationManager
ConfigurableModule
s, and configurations (as
DescribedEntity
s) against.Modifier and Type | Method and Description |
---|---|
void |
register(DescribedEntity[] confEntities,
ConfigurableModule listener)
Register an array of
DescribedEntity s who's changes will be
performed by the given ConfigurableModule . |
void |
register(List<DescribedEntity> confEntities,
ConfigurableModule listener)
Register a
List of DescribedEntity s who's changes will be
performed by the given ConfigurableModule . |
void |
unregister(ConfigurableModule listener)
Unregister a particular
ConfigurableModule . |
void register(List<DescribedEntity> confEntities, ConfigurableModule listener)
List
of DescribedEntity
s who's changes will be
performed by the given ConfigurableModule
. After registration,
the ConfigurableModule
will be called with the stored
configuration or the default value of the DescribedEntity
(if not
null)confEntities
- list of DescribedEntities
that the
ConfigurableModule
will manage.listener
- the ConfigurableModule
that manages confEntities.void register(DescribedEntity[] confEntities, ConfigurableModule listener)
DescribedEntity
s who's changes will be
performed by the given ConfigurableModule
. After registration,
the ConfigurableModule
will be called with the stored
configuration or the default value of the DescribedEntity
(if not
null)confEntities
- Array of DescribedEntities
that the
ConfigurableModule
will manage.listener
- the ConfigurableModule
that manages confEntities.void unregister(ConfigurableModule listener)
ConfigurableModule
.listener
- the ConfigurableModule
to unregister.Copyright © 2018 universAAL Consortium. All rights reserved.