Uses of Interface
com.vaadin.signals.function.CleanupCallback
Packages that use CleanupCallback
-
Uses of CleanupCallback in com.vaadin.signals
Methods in com.vaadin.signals that return CleanupCallbackModifier and TypeMethodDescriptionstatic CleanupCallbackSignal.effect(EffectAction action) Creates a signal effect with the given action. -
Uses of CleanupCallback in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return CleanupCallbackModifier and TypeMethodDescriptionSignalTree.observeNextChange(Id nodeId, TransientListener observer) Registers an observer for a node in this tree.UsageTracker.Usage.onNextChange(TransientListener listener) Registers a listener that will be invoked the next time there's a change to the used value.SignalTree.subscribeToProcessed(SignalTree.CommandSubscriber subscriber) Registers a callback that is executed after commands are processed (regardless of acceptance or rejection).protected CleanupCallbackSignalTree.wrapWithLock(Runnable action) Wraps the provided action to run it while holding the lock.