-
public interface OnSeekCompletionListenerInterface definition of a callback to be invoked indicating the completion of a seek operation.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSeekComplete()Called to indicate the completion of a seek operation. -
-
Method Detail
-
onSeekComplete
abstract void onSeekComplete()
Called to indicate the completion of a seek operation.
-
-
-
-