Interface IConfigListener
- All Superinterfaces:
IBaseConfigListener
- Author:
- dobisekm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configurationChanged
(String configId, String prefix, IContextId context) Fired when configuration with given parameters was changed.
-
Method Details
-
configurationChanged
Fired when configuration with given parameters was changed. The parameters are present just for the client convenience, so that one listener instance can be subscribed to more configs.Note, that this listener is called after the change in the repository is seen (=the change is finalized) and it's NOT called during the calls of
IRepositoryConfigService.saveConfiguration(String, String, IContextId, Object)
Also note, that this listener might be called even if the actual configuration did not change, but the files, which might have impact on it, were changed.
- Parameters:
configId
-prefix
-context
-
-