at.ofai.music.beatroot

Interface ProgressIndicator

public interface ProgressIndicator

Interface for callback functionality for implementing a progress bar
Method Summary
voidsetFraction(double progress)
The processing method updates the progress indicator by calling this method.

Method Detail

setFraction

public void setFraction(double progress)
The processing method updates the progress indicator by calling this method.

Parameters: progress The amount of data processed, on a scale from 0 to 1