Package com.nuix.nx.callbacks
Interface SimpleProgressCallback
-
public interface SimpleProgressCallback
Used as a way to provide simple feedback regarding progress which can be quantified as amount completed over total amount.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
progressUpdated​(long current, long total)
-