Interface IUserConfigListener
- All Superinterfaces:
IBaseConfigListener
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configurationChanged
(String configId, String userId) Fired when configuration for given user was changed.
-
Method Details
-
configurationChanged
Fired when configuration for given user 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.saveUserConfiguration(String, String, 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
-userId
-
-