public class ConfigFileChangeEvent extends Object
| Constructor and Description |
|---|
ConfigFileChangeEvent(ConfigFileMetadata configFileMetadata,
String oldValue,
String newValue,
ChangeType changeType) |
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
getChangeType() |
String |
getNewValue() |
String |
getOldValue() |
String |
toString() |
public ConfigFileChangeEvent(ConfigFileMetadata configFileMetadata, String oldValue, String newValue, ChangeType changeType)
Copyright © 2023. All rights reserved.