Package com.pnfsoftware.jeb.util.base
Class CallableWithProgressCallback<V>
java.lang.Object
com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
com.pnfsoftware.jeb.util.base.CallableWithProgressCallback<V>
- Type Parameters:
V
-
- All Implemented Interfaces:
Callable<V>
public abstract class CallableWithProgressCallback<V>
extends ExecutionTargetWithProgressCallback
implements Callable<V>
Base class for
Callable
targets providing an IProgressCallback
.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
callback
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
setCallback
-
Constructor Details
-
CallableWithProgressCallback
public CallableWithProgressCallback()
-