Package xal.app.knobs

Interface KnobsControllerListener

  • All Known Implementing Classes:
    KnobListModel

    public interface KnobsControllerListener
    interface of knobs controller events
    • Method Detail

      • selectedGroupChanged

        void selectedGroupChanged​(KnobsController source,
                                  KnobGroup group)
        Handle the event indicating that the controller has a new selected group.
        Parameters:
        source - The controller
        group - The new selected group
      • selectedKnobsChanged

        void selectedKnobsChanged​(KnobsController source,
                                  List<Knob> knobs)
        Handle the event indicating that the controller has a new list of selected knobs.
        Parameters:
        source - The controller
        knobs - the new list of selected knobs