Uses of Interface
com.vaadin.flow.signals.function.EffectAction
Packages that use EffectAction
-
Uses of EffectAction in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals with parameters of type EffectActionModifier and TypeMethodDescriptionstatic CleanupCallbackSignal.effect(EffectAction action) Creates a signal effect with the given action. -
Uses of EffectAction in com.vaadin.flow.signals.impl
Constructors in com.vaadin.flow.signals.impl with parameters of type EffectActionModifierConstructorDescriptionEffect(EffectAction action) Creates a signal effect with the given action and the default dispatcher.Effect(EffectAction action, SerializableExecutor dispatcher) Creates a signal effect with the given action and a custom dispatcher.