Class BaseDelegateEventListener
java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
org.flowable.engine.impl.bpmn.helper.BaseDelegateEventListener
- All Implemented Interfaces:
FlowableEventListener
- Direct Known Subclasses:
DelegateExpressionFlowableEventListener,DelegateFlowableEventListener,ErrorThrowingEventListener,MessageThrowingEventListener,SignalThrowingEventListener
Base implementation of a
FlowableEventListener, used when creating event-listeners that are part of a BPMN definition.- Author:
- Frederik Heremans
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
onTransaction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>protected booleanisValidEvent(FlowableEvent event) voidsetEntityClass(Class<?> entityClass) Methods 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, isFailOnException, onEvent
-
Field Details
-
entityClass
-
-
Constructor Details
-
BaseDelegateEventListener
public BaseDelegateEventListener()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
isValidEvent
-