Interface TempoResultProcessor

All Known Implementing Classes:
ScoreFrame, ScoreFrameJavaSound

public interface TempoResultProcessor
interface to get new tempo and go-ahead flag from a TempoDialog
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String copyright  
  • Method Summary

    Modifier and Type Method Description
    void processTempoResult​(double bpm, boolean b)  
  • Field Details

  • Method Details

    • processTempoResult

      void processTempoResult​(double bpm, boolean b)