org.tentackle.ui
Interface SpinListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HourSpinField, MinSecSpinField, MonthComboBox, YearSpinField

public interface SpinListener
extends EventListener

A listener that increments/decrements the value of a FormSpinField.

Author:
harald

Method Summary
 void decrement(SpinEvent evt, FormComponent comp)
          Decrements the data of the spinfield.
 void increment(SpinEvent evt, FormComponent comp)
          Increments the data of the spinfield.
 

Method Detail

increment

void increment(SpinEvent evt,
               FormComponent comp)
Increments the data of the spinfield.

Parameters:
evt - the spin event
comp - is the form component

decrement

void decrement(SpinEvent evt,
               FormComponent comp)
Decrements the data of the spinfield.

Parameters:
evt - the spin event
comp - is the form component


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de