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 Type
    Method
    Description
    void
    Handles the result of a command execution.
  • Method Details

    • handle

      void handle(CommandResult result)
      Handles the result of a command execution.
      Parameters:
      result - the command result, not null