接口 PropertyListener<T>
- 所有已知实现类:
SimplePropertyListener
public interface PropertyListener<T>
This class holds callback method when
SentinelProperty.updateValue(Object) need inform the listener- 作者:
- jialiang.linjl
-
方法概要
修饰符和类型方法说明voidconfigLoad(T value) The first time of thevalue's load.voidconfigUpdate(T value) Callback method whenSentinelProperty.updateValue(Object)need inform the listener.
-
方法详细资料
-
configUpdate
Callback method whenSentinelProperty.updateValue(Object)need inform the listener.- 参数:
value- updated value.
-
configLoad
The first time of thevalue's load.- 参数:
value- the value loaded.
-