Interface EnterEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.texttrack.texttrackcue.TextTrackCueEvent
public interface EnterEvent implements TextTrackCueEvent<E>
Fired when ENTER occurs for a TextTrackCue.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.track.texttrack.texttrackcue.TextTrackCueEvent
getCue
-
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-