Interface SignalTree.CommandSubscriber
- All Superinterfaces:
Serializable
- 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