-
- All Implemented Interfaces:
public class TextTrackEventTypes
The types of TextTrack Events.
-
-
Field Summary
Fields Modifier and Type Field Description private final static EventTypeRegistry<TrackEvent, TextTrackImpl>
registry
public final static EventType<CueChangeEvent>
CUECHANGE
public final static EventType<ChangeEvent>
CHANGE
public final static EventType<AddCueEvent>
ADDCUE
public final static EventType<RemoveCueEvent>
REMOVECUE
public final static EventType<EnterCueEvent>
ENTERCUE
public final static EventType<ExitCueEvent>
EXITCUE
-
Method Summary
Modifier and Type Method Description static EventTypeRegistry<TrackEvent, TextTrackImpl>
getRegistry()
-
-
Method Detail
-
getRegistry
static EventTypeRegistry<TrackEvent, TextTrackImpl> getRegistry()
-
-
-
-