Commit 8ffef3d6 by tonihei Committed by Oliver Woodman

Add clarification to TextOutput doc.

The list may be empty if no cues are available.

PiperOrigin-RevId: 223527105
parent 8ee1af2a
...@@ -25,8 +25,7 @@ public interface TextOutput { ...@@ -25,8 +25,7 @@ public interface TextOutput {
/** /**
* Called when there is a change in the {@link Cue}s. * Called when there is a change in the {@link Cue}s.
* *
* @param cues The {@link Cue}s. * @param cues The {@link Cue}s. May be empty.
*/ */
void onCues(List<Cue> cues); void onCues(List<Cue> cues);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment