afterChange

abstract var afterChange: ChangeHandler<T>?

When not null, this callback is invoked after an IVI service interface property has changed and the new value is propagated to clients.

The ChangeHandler callback is provided with the old value and the new value. For non-null properties the old value is set to null when the property is being initialized.