Package | com.curlyben.events |
Class | public class ID3Event |
Inheritance | ID3Event ![]() |
Property | Defined by | ||
---|---|---|---|
ID3Tag : ID3Info [read-only]
The ID3 tag object associated with the event.
| ID3Event |
Method | Defined by | ||
---|---|---|---|
ID3Event(etype:String, etag:ID3Info = null, ebubbles:Boolean = false, ecancelable:Boolean = false)
The ID3Event constructor.
| ID3Event |
ID3Tag | property |
ID3Tag:ID3Info
[read-only]The ID3 tag object associated with the event.
Implementation public function get ID3Tag():ID3Info
ID3Event | () | constructor |
public function ID3Event(etype:String, etag:ID3Info = null, ebubbles:Boolean = false, ecancelable:Boolean = false)
The ID3Event constructor.
Parametersetype:String — The event type.
|
|
etag:ID3Info (default = null ) — The ID3Info object, containing all the tag data.
|
|
ebubbles:Boolean (default = false ) — Specifies whether the event should bubble.
|
|
ecancelable:Boolean (default = false ) — Specifies whether the event can be cancelled.
|
See also