abc4j API Specification

Uses of Interface
abc.parser.TuneBookListenerInterface

Packages that use TuneBookListenerInterface
abc.parser This package contains classes for parsing tunes in abc notation. 
 

Uses of TuneBookListenerInterface in abc.parser
 

Methods in abc.parser with parameters of type TuneBookListenerInterface
 void TuneBook.addListener(TuneBookListenerInterface l)
          Adds a listener to this tunebook to be aware of tunes changes.
 void TuneBook.removeListener(TuneBookListenerInterface l)
          Removes a listener from this tunebook.
 


abc4j API Specification

Submit a bug or feature