com.vaadin.shared.ui.slider.

Interface SliderServerRpc

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void valueChanged​(double value)

      Invoked when the value of a variable has changed.

    • Method Detail

      • valueChanged

        void valueChanged​(double value)

        Invoked when the value of a variable has changed. Slider listeners are notified if the slider value has changed.

        Parameters:

        value -