boolean accept(String key, Object newValue)

Called when a KioWareAddinSettings value changes to either accept or reject the new value.

Parameters

Name Description
key The save key for the setting that changed.
newValue The new value that was set.

Return

True to accept the new value, false to reject the change.