}
public void offsetValues(Integer[] ids, Integer[] values, boolean constrain) throws IllegalParameterIdException, ParameterValueOutOfRangeException {
super.offsetValues(ids, values, constrain);
if (postingEvents)
presetEventHandler.postPresetEvent(new LinkChangeEvent(this, preset, link, ids));
}