Package org.apache.hop.workflow
Class DelegationAdapter
- java.lang.Object
-
- org.apache.hop.workflow.DelegationAdapter
-
- All Implemented Interfaces:
IDelegationListener
public class DelegationAdapter extends Object implements IDelegationListener
-
-
Constructor Summary
Constructors Constructor Description DelegationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpipelineDelegationStarted(IPipelineEngine<PipelineMeta> delegatedPipeline, PipelineExecutionConfiguration pipelineExecutionConfiguration)voidworkflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)
-
-
-
Method Detail
-
workflowDelegationStarted
public void workflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)
- Specified by:
workflowDelegationStartedin interfaceIDelegationListener
-
pipelineDelegationStarted
public void pipelineDelegationStarted(IPipelineEngine<PipelineMeta> delegatedPipeline, PipelineExecutionConfiguration pipelineExecutionConfiguration)
- Specified by:
pipelineDelegationStartedin interfaceIDelegationListener
-
-