Uses of Interface
com.polarion.platform.repository.config.IConfigListener
-
Uses of IConfigListener in com.polarion.platform.persistence
Modifier and TypeMethodDescriptionvoid
ICustomFieldsService.addConfigurationListener
(IConfigListener listener) Registers the listener, which will be notified after a change in custom field configuration occurs. -
Uses of IConfigListener in com.polarion.platform.repository.config
Modifier and TypeMethodDescriptionvoid
IRepositoryConfigService.addConfigurationListener
(String configId, String prefix, IContextId contextId, IConfigListener l) Registers the listener, which will be notified after change in configuration occurs.void
IRepositoryConfigService.removeConfigurationListener
(String configId, String prefix, IContextId contextId, IConfigListener l) Removes already registered listener.