com.vaadin.data
Interface Property.ValueChangeListener

All Superinterfaces:
Serializable
All Known Subinterfaces:
Field
All Known Implementing Classes:
AbstractField, AbstractSelect, AbstractSelect.CaptionChangeListener, BeanItemContainer, Button, CheckBox, ComboBox, DateField, Form, InlineDateField, Label, ListSelect, NativeButton, NativeSelect, OptionGroup, PopupDateField, ProgressIndicator, PropertyFormatter, RichTextArea, Select, Slider, Table, TextField, Tree, TwinColSelect
Enclosing interface:
Property

public static interface Property.ValueChangeListener
extends Serializable

The listener interface for receiving ValueChangeEvent objects.

Since:
3.0
Version:
6.4.2
Author:
IT Mill 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-2010 IT Mill Ltd. All Rights Reserved.