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