io.vov.vitamio
Interface MediaPlayer.OnCompletionListener

Enclosing class:
MediaPlayer

public static interface MediaPlayer.OnCompletionListener


Method Summary
 void onCompletion(MediaPlayer mp)
          Called when the end of a media source is reached during playback.
 

Method Detail

onCompletion

void onCompletion(MediaPlayer mp)
Called when the end of a media source is reached during playback.

Parameters:
mp - the MediaPlayer that reached the end of the file