|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MP3MetadataParser
An object that fires off TagParseEvents as they are parsed from a stream, ServerSocket, or other metadata source
Method Summary | |
---|---|
void |
addTagParseListener(TagParseListener tpl)
Adds a TagParseListener to be notified when this object parses MP3Tags. |
MP3Tag[] |
getTags()
Get all tags (headers or in-stream) encountered thusfar. |
void |
removeTagParseListener(TagParseListener tpl)
Removes a TagParseListener, so it won't be notified when this object parses MP3Tags. |
Method Detail |
---|
void addTagParseListener(TagParseListener tpl)
void removeTagParseListener(TagParseListener tpl)
MP3Tag[] getTags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |