Uses of Class
org.activiti.bpmn.model.ActivitiListener
Packages that use ActivitiListener
-
Uses of ActivitiListener in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type ActivitiListenerModifier and TypeFieldDescriptionprotected List<ActivitiListener> FlowElement.executionListenersprotected List<ActivitiListener> Process.executionListenersprotected List<ActivitiListener> UserTask.taskListenersMethods in org.activiti.bpmn.model that return ActivitiListenerMethods in org.activiti.bpmn.model that return types with arguments of type ActivitiListenerModifier and TypeMethodDescriptionFlowElement.getExecutionListeners()HasExecutionListeners.getExecutionListeners()Process.getExecutionListeners()UserTask.getTaskListeners()Methods in org.activiti.bpmn.model with parameters of type ActivitiListenerModifier and TypeMethodDescriptionvoidActivitiListener.setValues(ActivitiListener otherListener) Method parameters in org.activiti.bpmn.model with type arguments of type ActivitiListenerModifier and TypeMethodDescriptionvoidFlowElement.setExecutionListeners(List<ActivitiListener> executionListeners) voidHasExecutionListeners.setExecutionListeners(List<ActivitiListener> executionListeners) voidProcess.setExecutionListeners(List<ActivitiListener> executionListeners) voidUserTask.setTaskListeners(List<ActivitiListener> taskListeners)