Uses of Interface
com.softsynth.jmsl.view.PatchEditorListener

Packages that use PatchEditorListener
com.softsynth.jmsl.score   
com.softsynth.jmsl.view   
 

Uses of PatchEditorListener in com.softsynth.jmsl.score
 

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

Methods in com.softsynth.jmsl.view with parameters of type PatchEditorListener
 void PatchEditorPanel.addPatchEditorListener(PatchEditorListener listener)
           
 void PatchEditorPanel.removePatchEditorListener(PatchEditorListener listener)