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.

@FunctionalInterface public static interface SignalTree.CommandSubscriber extends Serializable
Receives notifications about processed signal commands and their results.
  • Method Details

    • onCommandProcessed

      void onCommandProcessed(SignalCommand command, CommandResult result)
      Called when a command has been processed.
      Parameters:
      command - the processed command, not null
      result - the command result, not null