Package 

Interface OnSeekCompletionListener


  • 
    public interface OnSeekCompletionListener
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract void onSeekComplete() Called to indicate the completion of a seek operation.
      • Methods inherited from class java.lang.Object

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

      • onSeekComplete

         abstract void onSeekComplete()

        Called to indicate the completion of a seek operation.