org.tentackle.ui
Interface ValueListener

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

public interface ValueListener
extends EventListener

A listener that sets/gets the value of a form-field. Implements the data binding in forms.

Author:
harald

Method Summary
 void valueChanged(ValueEvent e)
          Updates the view of the component with the representation of the data.
 void valueEntered(ValueEvent e)
          Updates the data according to the view of the component.
 

Method Detail

valueChanged

void valueChanged(ValueEvent e)
Updates the view of the component with the representation of the data.

Parameters:
e - the value event

valueEntered

void valueEntered(ValueEvent e)
Updates the data according to the view of the component.

Parameters:
e - the value event


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