Uses of Interface
com.vaadin.flow.function.SerializableExecutor
Packages that use SerializableExecutor
-
Uses of SerializableExecutor in com.vaadin.flow.signals.impl
Methods in com.vaadin.flow.signals.impl with parameters of type SerializableExecutorModifier and TypeMethodDescriptionvoidEffect.setDispatcher(SerializableExecutor dispatcher) Sets the dispatcher to use for subsequent invalidation callbacks.Constructors in com.vaadin.flow.signals.impl with parameters of type SerializableExecutorModifierConstructorDescriptionEffect(ContextualEffectAction action, SerializableExecutor dispatcher) Creates a context-aware signal effect with the given action and a custom dispatcher.Effect(EffectAction action, SerializableExecutor dispatcher) Creates a signal effect with the given action and a custom dispatcher.