Uses of Interface
me.tongfei.progressbar.ProgressBarConsumer
-
Packages that use ProgressBarConsumer Package Description me.tongfei.progressbar -
-
Uses of ProgressBarConsumer in me.tongfei.progressbar
Classes in me.tongfei.progressbar that implement ProgressBarConsumer Modifier and Type Class Description classConsoleProgressBarConsumerProgress bar consumer that prints the progress bar state to console.classDelegatingProgressBarConsumerProgress bar consumer that delegates the progress bar handling to a customConsumer.classInteractiveConsoleProgressBarConsumerProgress bar consumer for terminals supporting moving cursor up/down.Methods in me.tongfei.progressbar that return ProgressBarConsumer Modifier and Type Method Description default ProgressBarConsumerProgressBarConsumer. append(char c)default ProgressBarConsumerProgressBarConsumer. append(java.lang.CharSequence csq)default ProgressBarConsumerProgressBarConsumer. append(java.lang.CharSequence csq, int start, int end)Methods in me.tongfei.progressbar with parameters of type ProgressBarConsumer Modifier and Type Method Description ProgressBarBuilderProgressBarBuilder. setConsumer(ProgressBarConsumer consumer)Constructors in me.tongfei.progressbar with parameters of type ProgressBarConsumer Constructor Description ProgressBar(java.lang.String task, long initialMax, int updateIntervalMillis, boolean continuousUpdate, boolean clearDisplayOnFinish, long processed, java.time.Duration elapsed, ProgressBarRenderer renderer, ProgressBarConsumer consumer)Deprecated.UseProgressBarBuilderinstead.
-