com.vaadin.data
Interface Property.ValueChangeListener

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

public static interface Property.ValueChangeListener
extends java.io.Serializable

The listener interface for receiving ValueChangeEvent objects.

Since:
3.0
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-2014 Vaadin Ltd. All Rights Reserved.