Add clarification to TextOutput doc.

The list may be empty if no cues are available.

PiperOrigin-RevId: 223527105
This commit is contained in:
tonihei 2018-11-30 17:29:56 +00:00 committed by Oliver Woodman
parent 8ee1af2aea
commit 8ffef3d632

View File

@ -25,8 +25,7 @@ public interface TextOutput {
/**
* 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);
}