Uses of Interface
com.im.commons.progress.DFFeedback
-
-
Uses of DFFeedback in com.im.commons.progress
Subinterfaces of DFFeedback in com.im.commons.progress Modifier and Type Interface Description static interface
EnvUtils.DFFeedbackWithCancel
An extension ofDFFeedback
with ability to cancel the running task.Classes in com.im.commons.progress that implement DFFeedback Modifier and Type Class Description class
ConsoleFeedback
Implementation ofDFFeedback
which prints all messages to console or provided stream.Fields in com.im.commons.progress declared as DFFeedback Modifier and Type Field Description static DFFeedback
DFFeedback. DEV_NULL
"Empty device" - all feedback is ignored.Methods in com.im.commons.progress that return DFFeedback Modifier and Type Method Description DFFeedback
DFEnvironmentRO. getFeedback()
Methods in com.im.commons.progress with parameters of type DFFeedback Modifier and Type Method Description static EnvUtils.DFFeedbackWithCancel
EnvUtils. createFeedbackWithCancel(DFFeedback feedback)
Creates a proxy implementation for givenDFFeedback
and returns its extension ofEnvUtils.DFFeedbackWithCancel
type.
-