Package 

Interface PreviewLoader

    • Method Summary

      Modifier and Type Method Description
      abstract void loadPreview(long currentPosition, long max) This is called by a PreviewBar when the current progressor the current maximum value has changed, either by user input or programmatically.
      • Methods inherited from class java.lang.Object

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

      • loadPreview

         abstract void loadPreview(long currentPosition, long max)

        This is called by a PreviewBar when the current progressor the current maximum value has changed, either by user input or programmatically.This is only called when the preview is showing,unlike onScrubMove

        Parameters:
        currentPosition - the current position, between 0 and max
        max - the maximum possible value