Interface RangeSpinnerListener


public interface RangeSpinnerListener
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    valueChanged(double oldValue, double newValue)
    fired when the value in the range spinner changes either by the user pressing the spinner buttons or by typing a value and hitting the enter key.
  • Method Details Link icon

    • valueChanged Link icon

      void valueChanged(double oldValue, double newValue)
      fired when the value in the range spinner changes either by the user pressing the spinner buttons or by typing a value and hitting the enter key.
      Parameters:
      oldValue - old value of the spinner (seconds)
      newValue - new value of the spinner (seconds)