DixShtix

Uses of Interface
com.dixshtix.niff.NiffParserListener

Packages that use NiffParserListener
com.dixshtix.niff This package is for the manipulation of (Musical) Notation Interchange File Format (NIFF) Files. 
 

Uses of NiffParserListener in com.dixshtix.niff
 

Classes in com.dixshtix.niff that implement NiffParserListener
 class Parser
          Parse chunk information from a niff file.
 class ToMidi
          Dump chunk information about a niff file.
 class ToXML
          Dump chunk information about a niff file.
 

Fields in com.dixshtix.niff declared as NiffParserListener
protected  NiffParserListener Parser.listener
           
 

Methods in com.dixshtix.niff with parameters of type NiffParserListener
 void Parser.setListener(NiffParserListener listener)
           
 


DixShtix