V - the type of the component value@FunctionalInterface public static interface HasChangeHandlers.ChangeHandler<V>
| Modifier and Type | Method and Description |
|---|---|
void |
onValueChanged(V value)
Will be called whenever the component value is changed
|
void onValueChanged(V value)
value - V the new value of the componentCopyright © 2019–2022 Dominokit. All rights reserved.