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)
      To be called by the task manager; clients do not need to use this method.