Class TextTrackCueEventTypes
-
- All Implemented Interfaces:
public class TextTrackCueEventTypes
The types of TextTrackCue Events.
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<EnterEvent>
ENTER
public final static EventType<ExitEvent>
EXIT
public final static EventType<UpdateEvent>
UPDATE
-
Constructor Summary
Constructors Constructor Description TextTrackCueEventTypes()
-