com.vaadin.data.


Interface Property.ValueChangeListener

All Superinterfaces:

Serializable

All Known Subinterfaces:

Field

All Known Implementing Classes:

AbstractBeanContainer, AbstractField, AbstractSelect, AbstractSelect.CaptionChangeListener, AbstractTextField, BeanContainer, BeanItemContainer, Button, CheckBox, ComboBox, DateField, Form, InlineDateField, Label, ListSelect, NativeButton, NativeSelect, OptionGroup, PasswordField, PopupDateField, ProgressIndicator, PropertyFormatter, RichTextArea, Select, Slider, Table, TextArea, TextField, Tree, TreeTable, TwinColSelect

Enclosing interface:

Property

public static interface Property.ValueChangeListener
extends Serializable

The listener interface for receiving ValueChangeEvent objects.

Since:

3.0

Version:

6.8.18

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