E
- the value change event type@FunctionalInterface public static interface HasValue.ValueChangeListener<E extends HasValue.ValueChangeEvent<?>> extends EventListener, Serializable
HasValue.ValueChangeEvent
,
Registration
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(E event)
Invoked when this listener receives a value change event from an
event source to which it has been added.
|
void valueChanged(E event)
event
- the received event, not nullCopyright © 2022. All rights reserved.