Uses of Interface
org.guvnor.ala.pipeline.events.PipelineEventListener
-
Packages that use PipelineEventListener Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineEventListener in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution with parameters of type PipelineEventListener Modifier and Type Method Description <T> voidPipelineExecutor. execute(Input input, Pipeline pipeline, Consumer<T> callback, PipelineEventListener... eventListeners) -
Uses of PipelineEventListener in org.guvnor.ala.pipeline.execution.impl
Fields in org.guvnor.ala.pipeline.execution.impl declared as PipelineEventListener Modifier and Type Field Description protected PipelineEventListenerPipelineExecutorTaskManagerImpl. localListenerFields in org.guvnor.ala.pipeline.execution.impl with type parameters of type PipelineEventListener Modifier and Type Field Description protected List<PipelineEventListener>PipelineExecutorTaskManagerImpl. externalListenersMethods in org.guvnor.ala.pipeline.execution.impl that return types with arguments of type PipelineEventListener Modifier and Type Method Description List<PipelineEventListener>PipelineExecutorTaskManagerImplHelper. createExternalListeners()Method parameters in org.guvnor.ala.pipeline.execution.impl with type arguments of type PipelineEventListener Modifier and Type Method Description voidPipelineExecutorTaskManagerImplHelper. notifyExternalListeners(List<PipelineEventListener> externalListeners, PipelineEvent event)
-