Interface UndoRedoStackListener

All Known Implementing Classes:
ScoreFrame, ScoreFrameJavaSound

public interface UndoRedoStackListener
Author:
Nick Didkovsky, email: nick@didkovsky.com, (c) 2004 Nick Didkovsky, all rights reserved.
  • Method Details

    • notifyUndoRedoStackChange

      void notifyUndoRedoStackChange​(java.lang.String undoName, java.lang.String redoName)
    • undoStackRestoredScore

      void undoStackRestoredScore​(Score score)