Class ExecutionTargetWithProgressCallback

java.lang.Object
com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
Direct Known Subclasses:
CallableWithProgressCallback, RunnableWithProgressCallback

public class ExecutionTargetWithProgressCallback extends Object
A support class providing IProgressCallback proxy facility for Runnable and Callable.
  • Field Details

  • Constructor Details

    • ExecutionTargetWithProgressCallback

      public ExecutionTargetWithProgressCallback()
  • Method Details

    • setCallback

      public void setCallback(IProgressCallback callback)
      Set the progress callback proxy.

      This method is intended for task managers; clients normally do not need to call it.

      Parameters:
      callback - callback receiving progress updates