Interface CommandsAndHandlers.CommandResultHandler
- All Superinterfaces:
Serializable
- 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.
@FunctionalInterface
public static interface CommandsAndHandlers.CommandResultHandler
extends Serializable
Handles the result of a signal command execution.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(CommandResult result) Handles the result of a command execution.
-
Method Details