Class ExecuteEventListenerTransactionListener
- java.lang.Object
-
- org.flowable.common.engine.impl.event.ExecuteEventListenerTransactionListener
-
- All Implemented Interfaces:
TransactionListener
public class ExecuteEventListenerTransactionListener extends Object implements TransactionListener
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableEventflowableEventprotected FlowableEventListenerlistener
-
Constructor Summary
Constructors Constructor Description ExecuteEventListenerTransactionListener(FlowableEventListener listener, FlowableEvent flowableEvent)
-
-
-
Field Detail
-
listener
protected FlowableEventListener listener
-
flowableEvent
protected FlowableEvent flowableEvent
-
-
Constructor Detail
-
ExecuteEventListenerTransactionListener
public ExecuteEventListenerTransactionListener(FlowableEventListener listener, FlowableEvent flowableEvent)
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext)
- Specified by:
executein interfaceTransactionListener
-
-