Package com.vaadin.signals.impl
Interface SignalTree.CommandSubscriber
- Enclosing class:
SignalTree
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Receives notifications about processed signal commands and their results.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCommandProcessed(SignalCommand command, CommandResult result) Called when a command has been processed.
-
Method Details
-
onCommandProcessed
Called when a command has been processed.- Parameters:
command- the processed command, notnullresult- the command result, notnull
-