Uses of Interface
org.jfugue.PatternListener

Packages that use PatternListener
org.jfugue   
 

Uses of PatternListener in org.jfugue
 

Classes in org.jfugue that implement PatternListener
 class PatternListenerAdapter
          This Adapter class implements all of the methods of PatternListener, but the implementations are blank.
 class StreamingPlayer
          Provides a player that can be given new MusicStrings at runtime.
 

Methods in org.jfugue with parameters of type PatternListener
 void Pattern.addPatternListener(PatternListener l)
          Adds a PatternListener.
 void Pattern.removePatternListener(PatternListener l)
          Removes a PatternListener.