Uses of Enum Class
com.vaadin.hilla.signals.core.event.StateEvent.EventType
Packages that use StateEvent.EventType
-
Uses of StateEvent.EventType in com.vaadin.hilla.signals.core.event
Methods in com.vaadin.hilla.signals.core.event that return StateEvent.EventTypeModifier and TypeMethodDescriptionStateEvent.getEventType()Returns the type of the event.static StateEvent.EventTypeReturns the enum constant of this class with the specified name.static StateEvent.EventType[]StateEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.hilla.signals.core.event with parameters of type StateEvent.EventTypeModifierConstructorDescriptionStateEvent(String id, StateEvent.EventType eventType, T value) Creates a new state event using the given parameters.StateEvent(String id, StateEvent.EventType eventType, T value, T expected) Creates a new state event using the given parameters.