|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.ETCOID3V2Frame.Event
Event. Events are comprised of a timestamp, and a type of event indicated for that time.
Constructor Summary | |
ETCOID3V2Frame.Event(ETCOID3V2Frame.EventType oEventType,
int iTimestamp)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object oOther)
|
ETCOID3V2Frame.EventType |
getEventType()
Get the type of event specified. |
int |
getTimestamp()
Get the timestamp for this event. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ETCOID3V2Frame.Event(ETCOID3V2Frame.EventType oEventType, int iTimestamp) throws ID3Exception
oEventType
- the type of event to be indicatediTimestamp
- the time of the event, specified in the chosen format
ID3Exception
- if the timestamp value is negativeMethod Detail |
public ETCOID3V2Frame.EventType getEventType()
public int getTimestamp()
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |