Uses of Interface
com.vaadin.signals.shared.impl.CommandsAndHandlers.CommandResultHandler
Packages that use CommandsAndHandlers.CommandResultHandler
-
Uses of CommandsAndHandlers.CommandResultHandler in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl with parameters of type CommandsAndHandlers.CommandResultHandlerModifier and TypeMethodDescriptionvoidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler) Includes the given command to the given tree in the context of this transaction and sets the command to be applied to the underlying signal tree.abstract voidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler, boolean applyToTree) Includes the given command to the given tree in the context of this transaction and optionally also sets the command to be applied to the underlying signal tree.