Android
android.media
public static interface

android.media.MediaPlayer.OnSeekCompleteListener

android.media.MediaPlayer.OnSeekCompleteListener

Interface definition of a callback to be invoked indicating the completion of a seek operation.

Summary

Public Methods

          void  onSeekComplete(MediaPlayer mp)
Called to indicate the completion of a seek operation.

Details

Public Methods

public void onSeekComplete(MediaPlayer mp)

Called to indicate the completion of a seek operation.

Parameters

mp the MediaPlayer that issued the seek operation
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48