public interface ConfigurationChangeListener extends EventListener
A listener interface which is to be implemented by all
objects that are interested in changes in the user configuration. See also
AbstractUserConfiguration.addConfigurationListener()
.
AbstractUserConfiguration
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged(ConfigurationChangeEvent evt)
This method gets called when a configuration parameter is changed.
|
void configurationChanged(ConfigurationChangeEvent evt)
evt
- A ConfigurationChangeEvent object describing the event source
and the parameter that has changed.