Package heronarts.lx

Interface Tempo.Listener

All Known Implementing Classes:
UITempo
Enclosing class:
Tempo

public static interface Tempo.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onBar(Tempo tempo, int bar)
     
    default void
    onBeat(Tempo tempo, int beat)
     
    default void
    Deprecated.
  • Method Details

    • onBeat

      default void onBeat(Tempo tempo, int beat)
    • onBar

      default void onBar(Tempo tempo, int bar)
    • onMeasure

      @Deprecated default void onMeasure(Tempo tempo)
      Deprecated.