public abstract class TrackListEvent<E extends Event,T extends Track> extends Event<E>
Modifier and Type | Field and Description |
---|---|
static String |
JS_ADD_TRACK_PROCESSOR_FUNC |
static String |
JS_REMOVE_TRACK_PROCESSOR_FUNC |
Modifier | Constructor and Description |
---|---|
protected |
TrackListEvent(EventType<E> type,
Date date,
T track) |
Modifier and Type | Method and Description |
---|---|
T |
getTrack()
The track for which there was an event in the track list.
|
String |
toString() |
public static final String JS_REMOVE_TRACK_PROCESSOR_FUNC
public static final String JS_ADD_TRACK_PROCESSOR_FUNC
public T getTrack()
- This Track can for example be a MediaTrack
.