javazoom.spi.mpeg.sampled.file.tag
Interface TagParseListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DecodedMpegAudioInputStream, IcyListener
- public interface TagParseListener
- extends java.util.EventListener
EventListener to be implemented by objects that want to
get callbacks when MP3 tags are received.
Method Summary |
void |
tagParsed(TagParseEvent tpe)
Called when a tag is found (parsed from the stream,
received via UDP, etc.) |
tagParsed
public void tagParsed(TagParseEvent tpe)
- Called when a tag is found (parsed from the stream,
received via UDP, etc.)
JavaZOOM 1999-2004