pamScrollSystem
Interface RangeSpinnerListener

All Known Implementing Classes:
ClassifierHistoryWindow.TimeRangeListener, ClickBTDisplay.TimeRangeListener, NoiseTabPanel.TimeRangeListener

public interface RangeSpinnerListener


Method Summary
 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 Detail

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
newValue - new value of the spinner