public abstract class AbstractConfiguratorListener extends Object implements ConfigurationListener
| Constructor and Description |
|---|
AbstractConfiguratorListener() |
| Modifier and Type | Method and Description |
|---|---|
List<Configurator> |
getConfigurators() |
void |
process(ConfigChangedEvent event) |
void |
setConfigurators(List<Configurator> configurators) |
public void process(ConfigChangedEvent event)
process in interface ConfigurationListenerpublic List<Configurator> getConfigurators()
public void setConfigurators(List<Configurator> configurators)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.