@Published
public interface ProgressManager
Modifier and Type | Method and Description |
---|---|
void |
outputProgressInfo()
進捗状況を出力する。
|
void |
outputProgressInfo(long processedCount)
進捗状況を出力する。
|
void |
setInputCount(long inputCount)
処理対象の件数を設定する。
|