abc4j API Specification

Uses of Interface
abc.midi.TunePlayerListenerInterface

Packages that use TunePlayerListenerInterface
abc.midi This package contains all classes for midi use from abc format. 
 

Uses of TunePlayerListenerInterface in abc.midi
 

Classes in abc.midi that implement TunePlayerListenerInterface
 class TunePlayerAdapter
          A convenient class to listen to TunePlayer.
 

Methods in abc.midi with parameters of type TunePlayerListenerInterface
 void TunePlayer.addListener(TunePlayerListenerInterface listener)
          Adds a listener to this tune player.
 void TunePlayer.removeListener(TunePlayerListenerInterface listener)
          Removes a listener from this tune player.
 


abc4j API Specification

Submit a bug or feature