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