@FunctionalInterface public static interface IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE> extends ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
afterSetValue(KEYTYPE aName,
VALUETYPE aOldValue,
VALUETYPE aNewValue)
Method that is invoked after a value changed.
|
void afterSetValue(@Nonnull KEYTYPE aName, @Nullable VALUETYPE aOldValue, @Nullable VALUETYPE aNewValue)
aName - The changed key. Neither null nor empty.aOldValue - The old value. May be null.aNewValue - The new value. May be null in which case the value
was removed.Copyright © 2014–2020 Philip Helger. All rights reserved.