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