Class AudioTrackListEventTypes
-
- All Implemented Interfaces:
public class AudioTrackListEventTypes
The types of AudioTrackList Events.
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<AddTrackEvent>
ADDTRACK
public final static EventType<RemoveTrackEvent>
REMOVETRACK
public final static EventType<TrackListChangeEvent>
TRACKLISTCHANGE
-
Constructor Summary
Constructors Constructor Description AudioTrackListEventTypes()
-