-
public interface PreviewLoaderLoads the previews for a PreviewBar
-
-
Method Summary
Modifier and Type Method Description abstract voidloadPreview(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. -
-
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 maxmax- the maximum possible value
-
-
-
-