abc4j API Specification

Uses of Interface
abc.parser.AbcFileParserListenerInterface

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

Uses of AbcFileParserListenerInterface in abc.parser
 

Classes in abc.parser that implement AbcFileParserListenerInterface
 class AbcFileParserAdapter
          A default implementation of a file parser listener that does nothing.
 

Methods in abc.parser with parameters of type AbcFileParserListenerInterface
 void AbcFileParser.addListener(AbcFileParserListenerInterface listener)
          Adds a listener to catch events thrwon by the parser durin tune parsing.
 void AbcFileParser.removeListener(AbcFileParserListenerInterface listener)
          Removes a listener from this parser.
 

Constructors in abc.parser with parameters of type AbcFileParserListenerInterface
TuneBook(java.io.BufferedReader stream, AbcFileParserListenerInterface listener)
          Deprecated. use TuneBook(Reader, AbcFileParserListenerInterface) instead.
TuneBook(java.io.File abcFile, AbcFileParserListenerInterface listener)
          Creates a new tune book from the specified file and gets feedback from the parsing phasis via the specified listener.
TuneBook(java.io.Reader stream, AbcFileParserListenerInterface listener)
          Creates a new tune book from the specified stream and gets feedback from the parsing phasis via the specified listener.
 


abc4j API Specification

Submit a bug or feature