Package pamScrollSystem
Interface RangeSpinnerListener
public interface RangeSpinnerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
valueChanged
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)
-