public class ConfigFileChangeEvent extends Object
| Constructor and Description |
|---|
ConfigFileChangeEvent(String namespace,
String oldValue,
String newValue,
PropertyChangeType changeType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeType |
getChangeType() |
String |
getNamespace() |
String |
getNewValue() |
String |
getOldValue() |
String |
toString() |
public ConfigFileChangeEvent(String namespace, String oldValue, String newValue, PropertyChangeType changeType)
namespace - the namespace of the config file change eventoldValue - the value before changenewValue - the value after changechangeType - the change typeCopyright © 2022 Ctrip, Inc.. All rights reserved.