com.softsynth.jmsl.score
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
static java.lang.String copyright
           
 
Method Summary
 void processTempoResult(double bpm, boolean b)
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

processTempoResult

void processTempoResult(double bpm,
                        boolean b)