Package org.reldb.toolbox.progress
package org.reldb.toolbox.progress
Tools for progress indication.
-
InterfaceDescriptionDefinition of a progress indicator.Used to create lambda expressions that emit the current progress of a ProgressIndicator, typically when the ProgressIndicator's move(...) method is invoked.Generator of progress indicator messages.
-
ClassDescriptionA ProgressIndicator that outputs to the console.A ProgressIndicatorDisplay that emits to the console.A silent ProgressIndicator, for where a ProgressIndicator is required but you don't want to know.Standard English progress indicator message generator.A ProgressIndicator that generates and outputs progress updates via specified lambda expressions.