Interface BarOperation


public interface BarOperation
Defines an operation to perform on a series of bars.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBar(Bar bar)
    Executes the operation on the given bar
  • Method Details

    • onBar

      void onBar(Bar bar)
      Executes the operation on the given bar
      Parameters:
      bar - bar to process