|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javazoom.spi.mpeg.sampled.file.tag.TagParseEvent
public class TagParseEvent
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.
| Field Summary | |
|---|---|
protected MP3Tag |
tag
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TagParseEvent(java.lang.Object source,
MP3Tag tag)
|
|
| Method Summary | |
|---|---|
MP3Tag |
getTag()
Get the tag that was parsed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MP3Tag tag
| Constructor Detail |
|---|
public TagParseEvent(java.lang.Object source,
MP3Tag tag)
| Method Detail |
|---|
public MP3Tag getTag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||