Package xal.app.knobs

Interface KnobsModelListener

  • All Known Implementing Classes:
    GroupListModel

    public interface KnobsModelListener
    Model events
    • 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.