Uses of Interface
com.softsynth.jmsl.score.NumTracksPerStaffChangedListener
Package | Description |
---|---|
com.softsynth.jmsl.score |
-
Uses of NumTracksPerStaffChangedListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement NumTracksPerStaffChangedListener Modifier and Type Class Description class
ScoreEditPanel
ScoreEditPanel
GUI Interface for edit functions
JMSL Notation ProjectMethods in com.softsynth.jmsl.score with parameters of type NumTracksPerStaffChangedListener Modifier and Type Method Description void
Score. addNumTracksPerStaffChangedListener(NumTracksPerStaffChangedListener listener)
objects interested in being notified when the number of tracks per staff has been changed (like the ScoreEditPanel) should implement NumTracksPerStaffChangedListener and register itself with the score using this methodvoid
Score. removeNumTracksPerStaffChangedListener(NumTracksPerStaffChangedListener listener)
objects no longer interested in being notified when the number of tracks per staff has been changed (like the ScoreEditPanel) should remove itself from the score's listeners using this method