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