Package at.ofai.music.beatroot
Interface ProgressIndicator
-
public interface ProgressIndicator
Interface for callback functionality for implementing a progress bar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setFraction(double progress)
The processing method updates the progress indicator by calling this method.
-