Interface EnvUtils.DFFeedbackWithCancel

  • All Superinterfaces:
    DFFeedback
    Enclosing class:
    EnvUtils

    public static interface EnvUtils.DFFeedbackWithCancel
    extends DFFeedback
    An extension of DFFeedback with ability to cancel the running task. It means that using requestCancel() method it's possible to request stopping the current operation where feedback was passed.
    • Method Detail

      • requestCancel

        void requestCancel()
        This method requests stopping the operation for which the feedback was used. It's actually not stopping the operation, just method DFFeedback.isCancelled() starts to return true.