Interface TaskRuntimeConfiguration
-
public interface TaskRuntimeConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TaskRuntimeEventListener<?>>taskRuntimeEventListeners()java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>>variableEventListeners()
-
-
-
Method Detail
-
taskRuntimeEventListeners
java.util.List<TaskRuntimeEventListener<?>> taskRuntimeEventListeners()
-
variableEventListeners
java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners()
-
-