public interface SeekListener
The seek event listener.
abstract void
onSeekTo(longĀ absoluteEndSeekPosition)
onSeekEnd()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSeekTo(longĀ absoluteEndSeekPosition)
Indicates a seek event.
absoluteEndSeekPosition
abstract void onSeekEnd()
Indicates the seek event has ended.