Package com.pnfsoftware.jeb.util.base
Class ExecutionTargetWithProgressCallback
java.lang.Object
com.pnfsoftware.jeb.util.base.ExecutionTargetWithProgressCallback
- Direct Known Subclasses:
CallableWithProgressCallback,RunnableWithProgressCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IProgressCallbackCallback exposed to execution targets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCallback(IProgressCallback callback) Set the progress callback proxy.
-
Field Details
-
callback
Callback exposed to execution targets. Calls are forwarded to the callback installed bysetCallback(IProgressCallback).
-
-
Constructor Details
-
ExecutionTargetWithProgressCallback
public ExecutionTargetWithProgressCallback()
-
-
Method Details
-
setCallback
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
-