Class DelegateFlowableEventListener
java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
org.flowable.engine.impl.bpmn.helper.BaseDelegateEventListener
org.flowable.engine.impl.bpmn.helper.DelegateFlowableEventListener
- All Implemented Interfaces:
FlowableEventListener
An
In case an entityClass was passed in the constructor, only events that are
FlowableEventListener implementation which uses a classname to create a delegate FlowableEventListener instance to use for event notification. In case an entityClass was passed in the constructor, only events that are
FlowableEntityEvent's that target an entity of the given type, are dispatched to the delegate.- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected FlowableEventListenerprotected booleanFields inherited from class org.flowable.engine.impl.bpmn.helper.BaseDelegateEventListener
entityClassFields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
onTransaction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlowableEventListenerbooleanvoidonEvent(FlowableEvent event) Methods inherited from class org.flowable.engine.impl.bpmn.helper.BaseDelegateEventListener
getEntityClass, isValidEvent, setEntityClassMethods inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
getTypes
-
Field Details
-
className
-
delegateInstance
-
failOnException
protected boolean failOnException
-
-
Constructor Details
-
DelegateFlowableEventListener
-
-
Method Details
-
onEvent
-
isFailOnException
public boolean isFailOnException() -
getDelegateInstance
-