clickDetector
Class ClickBTDisplay.TimeRangeListener

java.lang.Object
  extended by clickDetector.ClickBTDisplay.TimeRangeListener
All Implemented Interfaces:
RangeSpinnerListener
Enclosing class:
ClickBTDisplay

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


Constructor Summary
private ClickBTDisplay.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

ClickBTDisplay.TimeRangeListener

private ClickBTDisplay.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