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