| Interface | Description |
|---|---|
| StateChangeListener<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>> |
Marker interface for objects that listen to state changes.
|
| StateChangeNotifier<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>> |
Marker interface for objects that broadcast
StateChangeEvents. |
| Class | Description |
|---|---|
| StateChangeEvent<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>> |
Event associated with the change of component's state.
|
Copyright © 2023 Miki. All rights reserved.