Interface IAttributeContainer.IAfterSetValueCallback<KEYTYPE,​VALUETYPE>

    • Method Detail

      • afterSetValue

        void afterSetValue​(@Nonnull
                           KEYTYPE aName,
                           @Nullable
                           VALUETYPE aOldValue,
                           @Nullable
                           VALUETYPE aNewValue)
        Method that is invoked after a value changed.
        Parameters:
        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.