Uses of Class
org.flowable.bpmn.model.FlowableListener
Packages that use FlowableListener
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of FlowableListener in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type FlowableListenerModifier and TypeFieldDescriptionprotected List<FlowableListener> FlowElement.executionListenersprotected List<FlowableListener> Process.executionListenersprotected List<FlowableListener> UserTask.taskListenersMethods in org.flowable.bpmn.model that return FlowableListenerMethods in org.flowable.bpmn.model that return types with arguments of type FlowableListenerModifier and TypeMethodDescriptionFlowElement.getExecutionListeners()HasExecutionListeners.getExecutionListeners()Process.getExecutionListeners()UserTask.getTaskListeners()Methods in org.flowable.bpmn.model with parameters of type FlowableListenerModifier and TypeMethodDescriptionvoidFlowableListener.setValues(FlowableListener otherListener) Method parameters in org.flowable.bpmn.model with type arguments of type FlowableListenerModifier and TypeMethodDescriptionvoidFlowElement.setExecutionListeners(List<FlowableListener> executionListeners) voidHasExecutionListeners.setExecutionListeners(List<FlowableListener> executionListeners) voidProcess.setExecutionListeners(List<FlowableListener> executionListeners) voidUserTask.setTaskListeners(List<FlowableListener> taskListeners) -
Uses of FlowableListener in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return FlowableListenerModifier and TypeMethodDescriptionDelegateExecution.getCurrentFlowableListener()Returns theFlowableListenerinstance matching anExecutionListenerif currently an execution listener is being execution.Methods in org.flowable.engine.delegate with parameters of type FlowableListenerModifier and TypeMethodDescriptionvoidDelegateExecution.setCurrentFlowableListener(FlowableListener currentListener) Called when anExecutionListeneris being executed.