V - the value type@FunctionalInterface public static interface HasValue.ValueChangeListener<V> extends SerializableEventListener
HasValue.ValueChangeEvent,
Registration| Modifier and Type | Field and Description |
|---|---|
static Method |
VALUE_CHANGE_METHOD
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
valueChange(HasValue.ValueChangeEvent<V> event)
Invoked when this listener receives a value change event from an
event source to which it has been added.
|
@Deprecated static final Method VALUE_CHANGE_METHOD
void valueChange(HasValue.ValueChangeEvent<V> event)
event - the received event, not nullCopyright © 2019 Vaadin Ltd. All rights reserved.