Class TagParseEvent
- java.lang.Object
-
- java.util.EventObject
-
- javazoom.spi.mpeg.sampled.file.tag.TagParseEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TagParseEvent extends java.util.EventObject
Event to indicate that an MP3 tag was received through some means (parsed in stream, received via UDP, whatever) and converted into an MP3Tag object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagParseEvent(java.lang.Object source, MP3Tag tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MP3Tag
getTag()
Get the tag that was parsed.
-