com.vaadin.data
Interface Property.ValueChangeListener

All Superinterfaces:
Serializable
All Known Subinterfaces:
Field<T>
All Known Implementing Classes:
AbstractBeanContainer, AbstractField, AbstractSelect, AbstractSelect.CaptionChangeListener, AbstractTextField, BeanContainer, BeanItemContainer, CheckBox, ComboBox, CustomField, DateField, Form, InlineDateField, Label, ListSelect, NativeSelect, OptionGroup, PasswordField, PopupDateField, ProgressIndicator, PropertyFormatter, RichTextArea, Select, Slider, Table, TextArea, TextField, Tree, TreeTable, TwinColSelect
Enclosing interface:
Property<T>

public static interface Property.ValueChangeListener
extends Serializable

The listener interface for receiving ValueChangeEvent objects.

Since:
3.0
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.

Method Summary
 void valueChange(Property.ValueChangeEvent event)
          Notifies this listener that the Property's value has changed.
 

Method Detail

valueChange

void valueChange(Property.ValueChangeEvent event)
Notifies this listener that the Property's value has changed.

Parameters:
event - value change event object


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.