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