Interface MultiModelKnob
-
- All Superinterfaces:
Knob
- All Known Implementing Classes:
AbstractMultiModelKnob
,LinearKnob
public interface MultiModelKnob extends Knob
Knob which can be attached to multipleJMadModel
s. 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 void
addModel(JMadModel model)
Add aJMadModel
to the Knob.-
Methods inherited from interface cern.accsoft.steering.jmad.domain.knob.Knob
addListener, getDescription, getKey, getName, getOffset, getTotalValue, getType, getValue, removeListener, setOffset, setValue
-
-