Package com.vaadin.signals.impl
Interface CommandsAndHandlers.CommandResultHandler
- Enclosing class:
CommandsAndHandlers
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles the result of a signal command execution.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(CommandResult result) Handles the result of a command execution.
-
Method Details
-
handle
Handles the result of a command execution.- Parameters:
result- the command result, notnull
-