Uses of Interface
org.apache.hop.pipeline.IExecutionStartedListener
-
-
Uses of IExecutionStartedListener in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type IExecutionStartedListener Modifier and Type Method Description List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>>Pipeline. getExecutionStartedListeners()Gets executionStartedListenersMethods in org.apache.hop.pipeline with parameters of type IExecutionStartedListener Modifier and Type Method Description voidPipeline. addExecutionStartedListener(IExecutionStartedListener executionStartedListener)Adds a pipeline started listener.voidPipeline. addStartedListener(IExecutionStartedListener<IPipelineEngine<PipelineMeta>> listener)Method parameters in org.apache.hop.pipeline with type arguments of type IExecutionStartedListener Modifier and Type Method Description voidPipeline. setExecutionStartedListeners(List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>> executionStartedListeners) -
Uses of IExecutionStartedListener in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with parameters of type IExecutionStartedListener Modifier and Type Method Description voidIPipelineEngine. addExecutionStartedListener(IExecutionStartedListener<IPipelineEngine<T>> listener)Call the given listener lambda when this pipeline engine has started execution. -
Uses of IExecutionStartedListener in org.apache.hop.pipeline.engines.remote
Fields in org.apache.hop.pipeline.engines.remote with type parameters of type IExecutionStartedListener Modifier and Type Field Description protected List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. executionStartedListenersA list of started listeners attached to the pipeline.Methods in org.apache.hop.pipeline.engines.remote that return types with arguments of type IExecutionStartedListener Modifier and Type Method Description List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. getExecutionStartedListeners()Gets executionStartedListenersMethods in org.apache.hop.pipeline.engines.remote with parameters of type IExecutionStartedListener Modifier and Type Method Description voidRemotePipelineEngine. addExecutionStartedListener(IExecutionStartedListener executionStartedListener)Adds a pipeline started listener.Method parameters in org.apache.hop.pipeline.engines.remote with type arguments of type IExecutionStartedListener Modifier and Type Method Description voidRemotePipelineEngine. setExecutionStartedListeners(List<IExecutionStartedListener<IPipelineEngine<PipelineMeta>>> executionStartedListeners) -
Uses of IExecutionStartedListener in org.apache.hop.workflow
Fields in org.apache.hop.workflow with type parameters of type IExecutionStartedListener Modifier and Type Field Description protected List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. workflowStartedListenersMethods in org.apache.hop.workflow that return types with arguments of type IExecutionStartedListener Modifier and Type Method Description List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>Workflow. getWorkflowStartedListeners()Gets workflowStartedListenersMethods in org.apache.hop.workflow with parameters of type IExecutionStartedListener Modifier and Type Method Description voidWorkflow. addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)Method parameters in org.apache.hop.workflow with type arguments of type IExecutionStartedListener Modifier and Type Method Description voidWorkflow. setWorkflowStartedListeners(List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>> workflowStartedListeners) -
Uses of IExecutionStartedListener in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return types with arguments of type IExecutionStartedListener Modifier and Type Method Description List<IExecutionStartedListener<IWorkflowEngine<T>>>IWorkflowEngine. getWorkflowStartedListeners()Methods in org.apache.hop.workflow.engine with parameters of type IExecutionStartedListener Modifier and Type Method Description voidIWorkflowEngine. addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<T>> finishedListener) -
Uses of IExecutionStartedListener in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote with type parameters of type IExecutionStartedListener Modifier and Type Field Description protected List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. workflowStartedListenersMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type IExecutionStartedListener Modifier and Type Method Description List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>>RemoteWorkflowEngine. getWorkflowStartedListeners()Gets workflowStartedListenersMethods in org.apache.hop.workflow.engines.remote with parameters of type IExecutionStartedListener Modifier and Type Method Description voidRemoteWorkflowEngine. addWorkflowStartedListener(IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>> finishedListener)Method parameters in org.apache.hop.workflow.engines.remote with type arguments of type IExecutionStartedListener Modifier and Type Method Description voidRemoteWorkflowEngine. setWorkflowStartedListeners(List<IExecutionStartedListener<IWorkflowEngine<WorkflowMeta>>> workflowStartedListeners)
-