Interface ScrollBarValueListener

    • Method Detail

      • valueChanged

        void valueChanged​(ScrollBar scrollBar,
                          int previousValue)
        Called when a scroll bar's value has changed.
        Parameters:
        scrollBar - The scroll bar that is changing.
        previousValue - The previous value of this scroll bar.