Class AddEventListenerCommand
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.AddEventListenerCommand
This command is adding a listener to the event dispatcher of the case engine, either for specific event types or for all events.
- Author:
- Micha Kiener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FlowableEventListenerprotected FlowableEngineEventType[] -
Constructor Summary
ConstructorsConstructorDescriptionAddEventListenerCommand(FlowableEventListener listener) AddEventListenerCommand(FlowableEventListener listener, FlowableEngineEventType[] types) -
Method Summary