Class MP3TagParseSupport
- java.lang.Object
-
- javazoom.spi.mpeg.sampled.file.tag.MP3TagParseSupport
-
public class MP3TagParseSupport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MP3TagParseSupport()
trivial constructor, sets up listeners list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 listenersvoid
removeTagParseListener(TagParseListener tpl)
Removes a TagParseListener, so it won't be notified when a stream parses MP3Tags.
-
-
-
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)
-
-