Class ProcessRuntimeConfigurationImpl
- java.lang.Object
-
- org.activiti.runtime.api.conf.impl.ProcessRuntimeConfigurationImpl
-
- All Implemented Interfaces:
ProcessRuntimeConfiguration
public class ProcessRuntimeConfigurationImpl extends Object implements ProcessRuntimeConfiguration
-
-
Constructor Summary
Constructors Constructor Description ProcessRuntimeConfigurationImpl(List<ProcessRuntimeEventListener<?>> processRuntimeEventListeners, List<VariableEventListener<?>> variableEventListeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProcessRuntimeEventListener<?>>processEventListeners()List<VariableEventListener<?>>variableEventListeners()
-
-
-
Constructor Detail
-
ProcessRuntimeConfigurationImpl
public ProcessRuntimeConfigurationImpl(List<ProcessRuntimeEventListener<?>> processRuntimeEventListeners, List<VariableEventListener<?>> variableEventListeners)
-
-
Method Detail
-
processEventListeners
public List<ProcessRuntimeEventListener<?>> processEventListeners()
- Specified by:
processEventListenersin interfaceProcessRuntimeConfiguration
-
variableEventListeners
public List<VariableEventListener<?>> variableEventListeners()
- Specified by:
variableEventListenersin interfaceProcessRuntimeConfiguration
-
-