cancel
Showing results for 
Search instead for 
Did you mean: 

Using JavaDelegate in Execution listeners

asshetye
Champ in-the-making
Champ in-the-making
Hi,

I am working on a project and it requires heavy usage of Execution listeners. I was wondering if it is possible to use class implementing java delegate (org.activiti.engine.delegate.JavaDelegate) to create a execution listener instead of implementing the ExecutionListener interface for the same.

Thanks.
1 REPLY 1

trademak
Star Contributor
Star Contributor
No, you have to implement the ExecutionListener interface.