Package com.softsynth.jmsl.score
Interface DirtyListener
- All Known Implementing Classes:
ScoreFrame
,ScoreFrameJavaSound
,UndoStack
public interface DirtyListener
When a score is edited, the EditManager notifies the Score that it is
"dirty". When notified, the Score broadcasts this flag to its listeners.
Used, for example, to prompt user to save an edited score before closing.
- Author:
- Nick Didkovsky
-
Method Summary
Modifier and Type Method Description void
notifyDirty(Score score, boolean flag, java.lang.String message)
-
Method Details
-
notifyDirty
-