public class

ExecutionTargetWithProgressCallback

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
Known Direct Subclasses

Class Overview

Internal support class providing IProgressCallback proxy facility for Runnable and Callable.

Summary

Fields
protected IProgressCallback callback
Public Constructors
ExecutionTargetWithProgressCallback()
Public Methods
void setCallback(IProgressCallback callback)
To be called by the task manager; clients do not need to use this method.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IProgressCallback callback

Public Constructors

public ExecutionTargetWithProgressCallback ()

Public Methods

public void setCallback (IProgressCallback callback)

To be called by the task manager; clients do not need to use this method.