gov.sns.tools.swing
Interface TractorListener


public interface TractorListener

TractorListener receives TractorKnob value change events.


Method Summary
 void valueChanged(TractorKnob knob, long value)
          Handle the value changed event from the tractor knob.
 

Method Detail

valueChanged

public void valueChanged(TractorKnob knob,
                         long value)
Handle the value changed event from the tractor knob.

Parameters:
knob - The knob that posted the value change event.
value - The new value.