Uses of Interface
org.jboss.elemento.flow.Progress
-
Uses of Progress in org.jboss.elemento.flow
Fields in org.jboss.elemento.flow declared as ProgressModifier and TypeFieldDescriptionstatic final ProgressProgress.NOOPNoop progress indicator that does nothing.Methods in org.jboss.elemento.flow that return ProgressModifier and TypeMethodDescriptionFlowContext.progress()Returns the progress indicator for the execution of the tasks.Constructors in org.jboss.elemento.flow with parameters of type ProgressModifierConstructorDescriptionFlowContext(Progress progress) Creates a new instance using the given progress indicator.