Package com.vaadin.v7.data
Interface Property.ValueChangeListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- 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
@Deprecated public static interface Property.ValueChangeListener extends SerializableEventListener
Deprecated.Thelistenerinterface for receivingValueChangeEventobjects.- Since:
- 3.0
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidvalueChange(Property.ValueChangeEvent event)Deprecated.Notifies this listener that the Property's value has changed.
-
-
-
Method Detail
-
valueChange
void valueChange(Property.ValueChangeEvent event)
Deprecated.Notifies this listener that the Property's value has changed.- Parameters:
event- value change event object
-
-