Package com.vaadin.flow.data.binder
Interface StatusChangeListener
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener interface for status change events from binder.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatusChange(StatusChangeEvent event) Notifies the listener about status changeevent.
-
Method Details
-
statusChange
Notifies the listener about status changeevent.- Parameters:
event- a status change event, not null
-