com.softsynth.jmsl.score
Class MeasureNumberNotify

java.lang.Object
  extended by com.softsynth.jmsl.score.MeasureNumberNotify
All Implemented Interfaces:
Playable

public class MeasureNumberNotify
extends java.lang.Object
implements Playable

This class is added to the start and repeat listeners of the ScoreCollection to notify the ScoreLayoutManager for autoscrolling.

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved

Method Summary
 double play(double playTime, Composable thing)
          Executing musical function.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

play

public double play(double playTime,
                   Composable thing)
Description copied from interface: Playable
Executing musical function. Return time when done.

Specified by:
play in interface Playable
Returns:
stopTime