public static interface Property.ValueChangeListener extends Serializable
listener interface for receiving
ValueChangeEvent objects.| Modifier and Type | Method and Description |
|---|---|
void |
valueChange(Property.ValueChangeEvent event)
Notifies this listener that the Property's value has changed.
|
void valueChange(Property.ValueChangeEvent event)
event - value change event objectCopyright © 2017 Vaadin Ltd. All rights reserved.