Interface CommandHistoryConsumer

All Known Implementing Classes:
ActiveCommand, CommandVerificationHandler

public interface CommandHistoryConsumer
Interface implemented by all the classes that want to receive command history events.
  • Method Details

    • addedCommand

      void addedCommand(PreparedCommand pc)
      Called when a new command matching the filters has been added to the history
      Parameters:
      pc -
    • updatedCommand

      void updatedCommand(Commanding.CommandId cmdId, long time, List<Attribute> attrs)