Uses of Interface
com.softsynth.jmsl.util.UndoRedoStackListener

Packages that use UndoRedoStackListener
com.softsynth.jmsl.score   
 

Uses of UndoRedoStackListener in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement UndoRedoStackListener
 class ScoreFrame
          A PVFrame (ie dual purpose Swing or AWT frame), which hosts numerous Scores, and provides Menus for interaction.
 class ScoreFrameJavaSound
          ScoreFrame subclass whose Midi Device is JavaSound.
 

Methods in com.softsynth.jmsl.score with parameters of type UndoRedoStackListener
 void EditManager.addUndoRedoStackListener(UndoRedoStackListener listener)
           
 void EditManager.removeUndoRedoStackListener(UndoRedoStackListener listener)