Uses of Interface
org.apache.hop.pipeline.IExecutionStoppedListener
-
Packages that use IExecutionStoppedListener Package Description org.apache.hop.pipeline org.apache.hop.pipeline.engine org.apache.hop.pipeline.engines.remote -
-
Uses of IExecutionStoppedListener in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type IExecutionStoppedListener Modifier and Type Method Description List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>>Pipeline. getExecutionStoppedListeners()Gets the list of stop-event listeners for the pipeline.Methods in org.apache.hop.pipeline with parameters of type IExecutionStoppedListener Modifier and Type Method Description voidPipeline. addExecutionStoppedListener(IExecutionStoppedListener executionStoppedListener)Adds a pipeline stopped listener.voidPipeline. addPipelineStoppedListener(IExecutionStoppedListener<IPipelineEngine<PipelineMeta>> pipelineStoppedListener)Adds a stop-event listener to the pipeline.Method parameters in org.apache.hop.pipeline with type arguments of type IExecutionStoppedListener Modifier and Type Method Description voidPipeline. setExecutionStoppedListeners(List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>> executionStoppedListeners)Sets the list of stop-event listeners for the pipeline. -
Uses of IExecutionStoppedListener in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with parameters of type IExecutionStoppedListener Modifier and Type Method Description voidIPipelineEngine. addExecutionStoppedListener(IExecutionStoppedListener<IPipelineEngine<T>> listener)Call the given listener lambda when this pipeline engine has stopped execution. -
Uses of IExecutionStoppedListener in org.apache.hop.pipeline.engines.remote
Fields in org.apache.hop.pipeline.engines.remote with type parameters of type IExecutionStoppedListener Modifier and Type Field Description protected List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. executionStoppedListenersA list of stop-event listeners attached to the pipeline.Methods in org.apache.hop.pipeline.engines.remote that return types with arguments of type IExecutionStoppedListener Modifier and Type Method Description List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>>RemotePipelineEngine. getExecutionStoppedListeners()Gets executionStoppedListenersMethods in org.apache.hop.pipeline.engines.remote with parameters of type IExecutionStoppedListener Modifier and Type Method Description voidRemotePipelineEngine. addExecutionStoppedListener(IExecutionStoppedListener<IPipelineEngine<PipelineMeta>> listener)Method parameters in org.apache.hop.pipeline.engines.remote with type arguments of type IExecutionStoppedListener Modifier and Type Method Description voidRemotePipelineEngine. setExecutionStoppedListeners(List<IExecutionStoppedListener<IPipelineEngine<PipelineMeta>>> executionStoppedListeners)
-