Class TimerCancelledListenerDelegate
java.lang.Object
org.activiti.runtime.api.event.internal.TimerCancelledListenerDelegate
- All Implemented Interfaces:
org.activiti.engine.delegate.event.ActivitiEventListener
public class TimerCancelledListenerDelegate
extends Object
implements org.activiti.engine.delegate.event.ActivitiEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionTimerCancelledListenerDelegate(List<org.activiti.api.process.runtime.events.listener.BPMNElementEventListener<org.activiti.api.process.model.events.BPMNTimerCancelledEvent>> processRuntimeEventListeners, ToTimerCancelledConverter converter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidonEvent(org.activiti.engine.delegate.event.ActivitiEvent event)
-
Constructor Details
-
TimerCancelledListenerDelegate
public TimerCancelledListenerDelegate(List<org.activiti.api.process.runtime.events.listener.BPMNElementEventListener<org.activiti.api.process.model.events.BPMNTimerCancelledEvent>> processRuntimeEventListeners, ToTimerCancelledConverter converter)
-
-
Method Details
-
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
-