Uses of Interface
org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener
-
Packages that use ProcessRuntimeEventListener Package Description org.activiti.api.process.runtime.conf org.activiti.api.process.runtime.events.listener -
-
Uses of ProcessRuntimeEventListener in org.activiti.api.process.runtime.conf
Methods in org.activiti.api.process.runtime.conf that return types with arguments of type ProcessRuntimeEventListener Modifier and Type Method Description java.util.List<ProcessRuntimeEventListener<?>>ProcessRuntimeConfiguration. processEventListeners() -
Uses of ProcessRuntimeEventListener in org.activiti.api.process.runtime.events.listener
Subinterfaces of ProcessRuntimeEventListener in org.activiti.api.process.runtime.events.listener Modifier and Type Interface Description interfaceBPMNElementEventListener<E extends org.activiti.api.model.shared.event.RuntimeEvent<? extends org.activiti.api.process.model.BPMNElement,?>>interfaceProcessEventListener<E extends org.activiti.api.model.shared.event.RuntimeEvent<? extends org.activiti.api.process.model.ProcessInstance,?>>
-