Class AbstractFlowableEventListener
java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
- All Implemented Interfaces:
FlowableEventListener
- Direct Known Subclasses:
AbstractFlowableEngineEventListener,BaseEntityEventListener
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
onTransaction
-
-
Constructor Details
-
AbstractFlowableEventListener
public AbstractFlowableEventListener()
-
-
Method Details
-
isFireOnTransactionLifecycleEvent
public boolean isFireOnTransactionLifecycleEvent()- Specified by:
isFireOnTransactionLifecycleEventin interfaceFlowableEventListener- Returns:
- Returns whether this event listener fires immediately when the event occurs or on a transaction lifecycle event (before/after commit or rollback).
-
getOnTransaction
- Specified by:
getOnTransactionin interfaceFlowableEventListener- Returns:
- if non-null, indicates the point in the lifecycle of the current transaction when the event should be fired.
-
setOnTransaction
-