We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.
Interface Property.ValueChangeListener
All Superinterfaces:
All Known Subinterfaces:
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:
- extends Serializable
public static interface Property.ValueChangeListener
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)
- Parameters:
event
- value change event object
Notifies this listener that the Property's value has changed.