Package com.nuix.superutilities.misc
Class ProgressInfo
- java.lang.Object
-
- com.nuix.superutilities.misc.ProgressInfo
-
- Direct Known Subclasses:
BoundedProgressInfo
public class ProgressInfo extends java.lang.Object
Represents progress of an indeterminate operation where the maximum progress value is not known until completion.
-
-
Constructor Summary
Constructors Constructor Description ProgressInfo(java.lang.String stage, long current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-