Interface MultiModelKnob
-
- All Superinterfaces:
Knob
- All Known Implementing Classes:
AbstractMultiModelKnob,LinearKnob
public interface MultiModelKnob extends Knob
Knob which can be attached to multipleJMadModels. Changes to the Knob values will then be written to all Models.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddModel(JMadModel model)Add aJMadModelto the Knob.-
Methods inherited from interface cern.accsoft.steering.jmad.domain.knob.Knob
addListener, getDescription, getKey, getName, getOffset, getTotalValue, getType, getValue, removeListener, setOffset, setValue
-
-