Package com.softsynth.jmsl.score
Interface EditManagerListener
- All Known Implementing Classes:
ScoreEditManagerListenerTest
public interface EditManagerListener
-
Method Summary
Modifier and Type Method Description void
measureAdded(Score score, Measure measure)
void
noteInserted(Score score, Note note)
void
notePasted(Score score, Note originalNote, Note clonedNote)
void
scoreCommandExecuted(Score score, ScoreCommand scoreCommand)
void
scoreCommandRedo(Score score, ScoreCommand scoreCommand)
void
scoreCommandUndo(Score score, ScoreCommand scoreCommand)
-
Method Details
-
notePasted
-
noteInserted
-
scoreCommandExecuted
-
scoreCommandUndo
-
scoreCommandRedo
-
measureAdded
-