Class AddEventListenerCommand

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.AddEventListenerCommand
All Implemented Interfaces:
Command<Void>

public class AddEventListenerCommand extends Object implements Command<Void>
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