com.softsynth.jmsl.score
Interface NumTracksPerStaffChangedListener

All Known Implementing Classes:
ScoreEditPanel

public interface NumTracksPerStaffChangedListener

Objects that are interested in being notified of the number of tracks being a staff being changed should implement this interface and register with score.addNumTracksPerStaffChangedListener()

Author:
Nick Didkovsky, (c) 2005 Nick Didkovsky, didkovn@mail.rockefeller.edu

Method Summary
 void notifyNumTracksPerStaff(Score score)
           
 

Method Detail

notifyNumTracksPerStaff

void notifyNumTracksPerStaff(Score score)