接口 ConfigurationListener
-
- 所有超级接口:
EventListener
public interface ConfigurationListener extends EventListener
Config listener, will get notified when the config it listens on changes.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidprocess(ConfigChangedEvent event)Listener call back method.
-
-
-
方法详细资料
-
process
void process(ConfigChangedEvent event)
Listener call back method. Listener gets notified by this method once there's any change happens on the config the listener listens on.- 参数:
event- config change event
-
-