com.softsynth.jmsl.score
Interface DirtyListener

All Known Implementing Classes:
ScoreFrame, ScoreFrameJavaSound

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
 void notifyDirty(Score score, boolean flag)
           
 

Method Detail

notifyDirty

void notifyDirty(Score score,
                 boolean flag)