类 AbstractConfiguratorListener
- java.lang.Object
-
- org.apache.dubbo.registry.integration.AbstractConfiguratorListener
-
- 所有已实现的接口:
EventListener,ConfigurationListener
public abstract class AbstractConfiguratorListener extends Object implements ConfigurationListener
AbstractConfiguratorListener
-
-
构造器概要
构造器 构造器 说明 AbstractConfiguratorListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<Configurator>getConfigurators()voidprocess(ConfigChangedEvent event)Listener call back method.voidsetConfigurators(List<Configurator> configurators)
-
-
-
方法详细资料
-
process
public void process(ConfigChangedEvent event)
从接口复制的说明:ConfigurationListenerListener call back method. Listener gets notified by this method once there's any change happens on the config the listener listens on.- 指定者:
process在接口中ConfigurationListener- 参数:
event- config change event
-
getConfigurators
public List<Configurator> getConfigurators()
-
setConfigurators
public void setConfigurators(List<Configurator> configurators)
-
-