public static class EditableConfiguration.Modification
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Modification(EditableConfiguration.ModificationType type,
java.lang.String key,
java.lang.Object previousValue,
java.lang.Object newValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
java.lang.Object |
getNewValue() |
java.lang.Object |
getPreviousValue() |
EditableConfiguration.ModificationType |
getType()
Returns the type of modification that was performed.
|
protected Modification(EditableConfiguration.ModificationType type, java.lang.String key, java.lang.Object previousValue, java.lang.Object newValue)
public EditableConfiguration.ModificationType getType()
public java.lang.String getKey()
public java.lang.Object getPreviousValue()
public java.lang.Object getNewValue()