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, nick@didkovsky.com
  • Method Summary

    Modifier and Type Method Description
    void notifyNumTracksPerStaff​(Score score)  
  • Method Details

    • notifyNumTracksPerStaff

      void notifyNumTracksPerStaff​(Score score)