public class MP3TagParseSupport extends Object
| Constructor and Description |
|---|
MP3TagParseSupport()
trivial constructor, sets up listeners list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTagParseListener(TagParseListener tpl)
Adds a TagParseListener to be notified when a stream
parses MP3Tags.
|
void |
fireTagParsed(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.
|
public MP3TagParseSupport()
public void addTagParseListener(TagParseListener tpl)
public void removeTagParseListener(TagParseListener tpl)
public void fireTagParseEvent(TagParseEvent tpe)
Copyright © 2016. All Rights Reserved.