2223242526272829303132
* The listener receives log message as the library parses and writes * the mp3 file. * * It writes them to the console using the Debug class. */ MyID3Listener listener = new MyID3Listener() { public void log() { Debug.debug(); }