Class ProcessCancelledListenerDelegate
- java.lang.Object
-
- org.activiti.runtime.api.event.internal.ProcessCancelledListenerDelegate
-
- All Implemented Interfaces:
org.activiti.engine.delegate.event.ActivitiEventListener
public class ProcessCancelledListenerDelegate extends java.lang.Object implements org.activiti.engine.delegate.event.ActivitiEventListener
-
-
Constructor Summary
Constructors Constructor Description ProcessCancelledListenerDelegate(java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessCancelledEvent>> listeners, ToProcessCancelledConverter processCancelledConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFailOnException()voidonEvent(org.activiti.engine.delegate.event.ActivitiEvent event)
-
-
-
Constructor Detail
-
ProcessCancelledListenerDelegate
public ProcessCancelledListenerDelegate(java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessCancelledEvent>> listeners, ToProcessCancelledConverter processCancelledConverter)
-
-
Method Detail
-
onEvent
public void onEvent(org.activiti.engine.delegate.event.ActivitiEvent event)
- Specified by:
onEventin interfaceorg.activiti.engine.delegate.event.ActivitiEventListener
-
isFailOnException
public boolean isFailOnException()
- Specified by:
isFailOnExceptionin interfaceorg.activiti.engine.delegate.event.ActivitiEventListener
-
-