V
- Value type@FunctionalInterface public static interface PropertyInputBinder.PropertyInputValueChangeListener<V> extends Serializable
Input
value change events when the Input
is bound to a Property
within a
PropertyInputBinder
component.Modifier and Type | Method and Description |
---|---|
void |
valueChange(ValueHolder.ValueChangeEvent<V> event,
PropertyInputBinder binder)
Invoked when this listener receives a value change event from an
ValueHolder source to which it has
been added within a PropertyInputBinder . |
void valueChange(ValueHolder.ValueChangeEvent<V> event, PropertyInputBinder binder)
ValueHolder
source to which it has
been added within a PropertyInputBinder
.event
- the value change eventbinder
- The PropertyInputBinder
to which the value change source belongsCopyright © 2019 The Holon Platform. All rights reserved.