Package 

Interface CaptionListener


  • 
    public interface CaptionListener
    
                        

    A listener for receiving notifications of timed text.

    • Method Summary

      Modifier and Type Method Description
      abstract void onCues(List<Cue> cues)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail