Class ActivityCompletedListenerDelegate
- java.lang.Object
-
- org.activiti.runtime.api.event.internal.ActivityCompletedListenerDelegate
-
- All Implemented Interfaces:
ActivitiEventListener
public class ActivityCompletedListenerDelegate extends Object implements ActivitiEventListener
-
-
Constructor Summary
Constructors Constructor Description ActivityCompletedListenerDelegate(List<BPMNElementEventListener<BPMNActivityCompletedEvent>> processRuntimeEventListeners, ToActivityCompletedConverter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFailOnException()voidonEvent(ActivitiEvent event)
-
-
-
Constructor Detail
-
ActivityCompletedListenerDelegate
public ActivityCompletedListenerDelegate(List<BPMNElementEventListener<BPMNActivityCompletedEvent>> processRuntimeEventListeners, ToActivityCompletedConverter converter)
-
-
Method Detail
-
onEvent
public void onEvent(ActivitiEvent event)
- Specified by:
onEventin interfaceActivitiEventListener
-
isFailOnException
public boolean isFailOnException()
- Specified by:
isFailOnExceptionin interfaceActivitiEventListener
-
-