Uses of Interface
xal.app.knobs.KnobGroupListener
-
Packages that use KnobGroupListener Package Description xal.app.knobs -
-
Uses of KnobGroupListener in xal.app.knobs
Classes in xal.app.knobs that implement KnobGroupListener Modifier and Type Class Description classKnobListModelManage the displayed list of knobsprotected classKnobsModel.GroupHandlerHandle KnobGroupListener events from the groups in the modelFields in xal.app.knobs declared as KnobGroupListener Modifier and Type Field Description protected KnobGroupListenerKnobGroup. EVENT_PROXYThe proxy for posting KnobGroupListener eventsMethods in xal.app.knobs with parameters of type KnobGroupListener Modifier and Type Method Description voidKnobGroup. addKnobGroupListener(KnobGroupListener listener)Add a listener of KnobGroupListener events generated by this AppGroupvoidKnobGroup. removeKnobGroupListener(KnobGroupListener listener)Remove a listener of KnobGroupListener events generated by this AppGroup
-