Package xal.app.knobs
Interface KnobsModelListener
-
- All Known Implementing Classes:
GroupListModel
public interface KnobsModelListenerModel events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgroupsChanged(KnobsModel model)Handle the event indicating that the groups in the model have changed.voidmodified(KnobsModel model)Handle the event indicating that the knobs model has been modified.
-
-
-
Method Detail
-
groupsChanged
void groupsChanged(KnobsModel model)
Handle the event indicating that the groups in the model have changed.- Parameters:
model- The model whose groups have changed.
-
modified
void modified(KnobsModel model)
Handle the event indicating that the knobs model has been modified.- Parameters:
model- The model which has been modified.
-
-