javazoom.spi.mpeg.sampled.file.tag
Class MP3TagParseSupport

java.lang.Object
  extended by javazoom.spi.mpeg.sampled.file.tag.MP3TagParseSupport

public class MP3TagParseSupport
extends java.lang.Object


Constructor Summary
MP3TagParseSupport()
          trivial constructor, sets up listeners list.
 
Method Summary
 void addTagParseListener(TagParseListener tpl)
          Adds a TagParseListener to be notified when a stream parses MP3Tags.
 void fireTagParsed(java.lang.Object source, MP3Tag tag)
           
 void fireTagParseEvent(TagParseEvent tpe)
          Fires the given event to all registered listeners
 void removeTagParseListener(TagParseListener tpl)
          Removes a TagParseListener, so it won't be notified when a stream parses MP3Tags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MP3TagParseSupport

public MP3TagParseSupport()
trivial constructor, sets up listeners list.

Method Detail

addTagParseListener

public void addTagParseListener(TagParseListener tpl)
Adds a TagParseListener to be notified when a stream parses MP3Tags.


removeTagParseListener

public void removeTagParseListener(TagParseListener tpl)
Removes a TagParseListener, so it won't be notified when a stream parses MP3Tags.


fireTagParseEvent

public void fireTagParseEvent(TagParseEvent tpe)
Fires the given event to all registered listeners


fireTagParsed

public void fireTagParsed(java.lang.Object source,
                          MP3Tag tag)


JavaZOOM 1999-2005