Class RemoveEventListenerCommand

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

public class RemoveEventListenerCommand extends Object implements Command<Void>
Command that removes an event-listener from the process engine.
Author:
Frederik Heremans