Uses of Interface
io.vov.vitamio.MediaPlayer.OnCompletionListener

Packages that use MediaPlayer.OnCompletionListener
io.vov.vitamio   
io.vov.vitamio.widget   
 

Uses of MediaPlayer.OnCompletionListener in io.vov.vitamio
 

Methods in io.vov.vitamio with parameters of type MediaPlayer.OnCompletionListener
 void MediaPlayer.setOnCompletionListener(MediaPlayer.OnCompletionListener listener)
          Register a callback to be invoked when the end of a media source has been reached during playback.
 

Uses of MediaPlayer.OnCompletionListener in io.vov.vitamio.widget
 

Methods in io.vov.vitamio.widget with parameters of type MediaPlayer.OnCompletionListener
 void VideoView.setOnCompletionListener(MediaPlayer.OnCompletionListener l)