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
  • Method Summary

    Modifier and Type Method Description
    void fileDoneLoading​(java.lang.String msg)  
    void fileLoading​(java.lang.String msg)  
  • Method Details

    • fileLoading

      void fileLoading​(java.lang.String msg)
    • fileDoneLoading

      void fileDoneLoading​(java.lang.String msg)