whistleClassifier
Class ClassifierHistoryWindow.TimeRangeListener

java.lang.Object
  extended by whistleClassifier.ClassifierHistoryWindow.TimeRangeListener
All Implemented Interfaces:
RangeSpinnerListener
Enclosing class:
ClassifierHistoryWindow

private class ClassifierHistoryWindow.TimeRangeListener
extends java.lang.Object
implements RangeSpinnerListener

Observes the time range spinner

Author:
Doug

Constructor Summary
private ClassifierHistoryWindow.TimeRangeListener()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifierHistoryWindow.TimeRangeListener

private ClassifierHistoryWindow.TimeRangeListener()
Method Detail

valueChanged

public void valueChanged(double oldValue,
                         double newValue)
Description copied from interface: RangeSpinnerListener
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.

Specified by:
valueChanged in interface RangeSpinnerListener
Parameters:
oldValue - old value of the spinner
newValue - new value of the spinner