Package org.vaadin.miki.events.state
-
Interface Summary 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 broadcastStateChangeEvents. -
Class Summary Class Description StateChangeEvent<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>> Event associated with the change of component's state.