Uses of Interface
com.softsynth.jmsl.FileLoaderListener

Packages that use FileLoaderListener
com.softsynth.jmsl   
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.util   
 

Uses of FileLoaderListener in com.softsynth.jmsl
 

Methods in com.softsynth.jmsl with parameters of type FileLoaderListener
static void JMSL.addFileLoaderListener(FileLoaderListener listener)
           
static void JMSL.removeFileLoaderListener(FileLoaderListener listener)
           
 

Uses of FileLoaderListener in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement FileLoaderListener
 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.
 

Uses of FileLoaderListener in com.softsynth.jmsl.score.util
 

Classes in com.softsynth.jmsl.score.util that implement FileLoaderListener
 class JMSLScoreApplet
          Load a JMSL Score from a URL into an Applet.