Interface TextOutput
-
public interface TextOutput
Receives text output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCues(List<Cue> cues)
Called when there is a change in theCues
.
-