public abstract class SimplePropertyListener<T> extends Object implements PropertyListener<T>
| Constructor and Description |
|---|
SimplePropertyListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
configLoad(T value)
The first time of the
value's load. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigUpdatepublic void configLoad(T value)
PropertyListenervalue's load.configLoad in interface PropertyListener<T>value - the value loaded.Copyright © 2019 Alibaba Group. All rights reserved.