com.softsynth.jmsl
Interface FileLoaderListener
- All Known Implementing Classes:
- JMSLScoreApplet, ScoreFrame, ScoreFrameJavaSound
public interface FileLoaderListener
Classes implementing this interface can listen for files being loaded activity by calling
JMSL.addFileLoaderListener(this);
Of course it is up to the classes doing the loading whether or not they want to enumerate through listeners and notify
Used by SampleLoader and JMSLScoreApplet
- Author:
- Nick Didkovsky, (c) 2002 Nick Didkovsky, June 10, 2002
fileLoading
void fileLoading(java.lang.String msg)
fileDoneLoading
void fileDoneLoading(java.lang.String msg)