Package org.activiti.engine.impl.cmd
Class RemoveEventListenerCommand
- java.lang.Object
-
- org.activiti.engine.impl.cmd.RemoveEventListenerCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivitiEventListenerlistener
-
Constructor Summary
Constructors Constructor Description RemoveEventListenerCommand(ActivitiEventListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)
-
-
-
Field Detail
-
listener
protected ActivitiEventListener listener
-
-
Constructor Detail
-
RemoveEventListenerCommand
public RemoveEventListenerCommand(ActivitiEventListener listener)
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
-