Interface EditManagerListener

All Known Implementing Classes:
ScoreEditManagerListenerTest

public interface EditManagerListener
  • Method Details

    • notePasted

      void notePasted​(Score score, Note originalNote, Note clonedNote)
    • noteInserted

      void noteInserted​(Score score, Note note)
    • scoreCommandExecuted

      void scoreCommandExecuted​(Score score, ScoreCommand scoreCommand)
    • scoreCommandUndo

      void scoreCommandUndo​(Score score, ScoreCommand scoreCommand)
    • scoreCommandRedo

      void scoreCommandRedo​(Score score, ScoreCommand scoreCommand)
    • measureAdded

      void measureAdded​(Score score, Measure measure)