Class AddEventListenerCommand
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.AddEventListenerCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableEventListenerlistenerprotected FlowableEngineEventType[]types
-
Constructor Summary
Constructors Constructor Description AddEventListenerCommand(FlowableEventListener listener)AddEventListenerCommand(FlowableEventListener listener, FlowableEngineEventType[] types)
-
-
-
Field Detail
-
listener
protected FlowableEventListener listener
-
types
protected FlowableEngineEventType[] types
-
-
Constructor Detail
-
AddEventListenerCommand
public AddEventListenerCommand(FlowableEventListener listener, FlowableEngineEventType[] types)
-
AddEventListenerCommand
public AddEventListenerCommand(FlowableEventListener listener)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-