Uses of Interface
org.apache.hop.pipeline.IExecutionFinishedListener
-
-
Uses of IExecutionFinishedListener in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type IExecutionFinishedListener Modifier and Type Method Description List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>>Pipeline. getExecutionFinishedListeners()Gets executionFinishedListenersMethods in org.apache.hop.pipeline with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidPipeline. addExecutionFinishedListener(IExecutionFinishedListener executionFinishedListener)Adds a pipeline finished listener.voidPipeline. addFinishedListener(IExecutionFinishedListener<IPipelineEngine<PipelineMeta>> listener)Method parameters in org.apache.hop.pipeline with type arguments of type IExecutionFinishedListener Modifier and Type Method Description voidPipeline. setExecutionFinishedListeners(List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>> executionFinishedListeners) -
Uses of IExecutionFinishedListener in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidIPipelineEngine. addExecutionFinishedListener(IExecutionFinishedListener<IPipelineEngine<T>> listener)Call the given listener lambda when this pipeline engine has completed execution. -
Uses of IExecutionFinishedListener in org.apache.hop.pipeline.engines.remote
Fields in org.apache.hop.pipeline.engines.remote with type parameters of type IExecutionFinishedListener Modifier and Type Field Description protected List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. executionFinishedListenersA list of finished listeners attached to the pipeline.Methods in org.apache.hop.pipeline.engines.remote that return types with arguments of type IExecutionFinishedListener Modifier and Type Method Description List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. getExecutionFinishedListeners()Gets executionFinishedListenersMethods in org.apache.hop.pipeline.engines.remote with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidRemotePipelineEngine. addExecutionFinishedListener(IExecutionFinishedListener executionFinishedListener)Adds a pipeline finished listener.Method parameters in org.apache.hop.pipeline.engines.remote with type arguments of type IExecutionFinishedListener Modifier and Type Method Description voidRemotePipelineEngine. setExecutionFinishedListeners(List<IExecutionFinishedListener<IPipelineEngine<PipelineMeta>>> executionFinishedListeners) -
Uses of IExecutionFinishedListener in org.apache.hop.workflow
Fields in org.apache.hop.workflow with type parameters of type IExecutionFinishedListener Modifier and Type Field Description protected List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. workflowFinishedListenersMethods in org.apache.hop.workflow that return types with arguments of type IExecutionFinishedListener Modifier and Type Method Description List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. getWorkflowFinishedListeners()Gets workflowFinishedListenersMethods in org.apache.hop.workflow with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidWorkflow. addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)Method parameters in org.apache.hop.workflow with type arguments of type IExecutionFinishedListener Modifier and Type Method Description voidWorkflow. setWorkflowFinishedListeners(List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>> workflowFinishedListeners) -
Uses of IExecutionFinishedListener in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return types with arguments of type IExecutionFinishedListener Modifier and Type Method Description List<IExecutionFinishedListener<IWorkflowEngine<T>>>IWorkflowEngine. getWorkflowFinishedListeners()Methods in org.apache.hop.workflow.engine with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidIWorkflowEngine. addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<T>> finishedListener) -
Uses of IExecutionFinishedListener in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote with type parameters of type IExecutionFinishedListener Modifier and Type Field Description protected List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. workflowFinishedListenersMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type IExecutionFinishedListener Modifier and Type Method Description List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. getWorkflowFinishedListeners()Gets workflowFinishedListenersMethods in org.apache.hop.workflow.engines.remote with parameters of type IExecutionFinishedListener Modifier and Type Method Description voidRemoteWorkflowEngine. addWorkflowFinishedListener(IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)Method parameters in org.apache.hop.workflow.engines.remote with type arguments of type IExecutionFinishedListener Modifier and Type Method Description voidRemoteWorkflowEngine. setWorkflowFinishedListeners(List<IExecutionFinishedListener<IWorkflowEngine<WorkflowMeta>>> workflowFinishedListeners)
-