public class ConfigFileChangeEvent extends Object
| 构造器和说明 |
|---|
ConfigFileChangeEvent(ConfigFileMetadata configFileMetadata,
String oldValue,
String newValue,
ChangeType changeType) |
| 限定符和类型 | 方法和说明 |
|---|---|
ChangeType |
getChangeType() |
String |
getNewValue() |
String |
getOldValue() |
String |
toString() |
public ConfigFileChangeEvent(ConfigFileMetadata configFileMetadata, String oldValue, String newValue, ChangeType changeType)
Copyright © 2022. All rights reserved.