Class DelayViaSupplierCommand

All Implemented Interfaces:
Sendable, IPropertySupport

public class DelayViaSupplierCommand extends BaseCommand
  • Field Details

    • startTime

      protected double startTime
    • delaySupplier

      protected Supplier<Double> delaySupplier
  • Constructor Details

    • DelayViaSupplierCommand

      public DelayViaSupplierCommand(Supplier<Double> delaySupplier)
  • Method Details