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