Interface TickOperation

All Known Implementing Classes:
AggregateFilter

public interface TickOperation
Defines an operation to perform on a series of ticks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTick(Tick tick)
    Executes the operation on the given tick
  • Method Details

    • onTick

      void onTick(Tick tick)
      Executes the operation on the given tick
      Parameters:
      tick - tick to process