Package com.teamdev.jxbrowser.ui
Interface Progress
public interface Progress
A process progress.
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
value()
Returns the progress value that represents a fractional value between 0 and 1.
-
Method Details
-
value
default float value()Returns the progress value that represents a fractional value between 0 and 1.
-