Event Listener
Hello All,
I am writing two eventListener methods in activate method with two different paths.
The event is not getting fired when I have both methods, but will work fine only if one method is used.
Thanks,
Vish
Hello All,
I am writing two eventListener methods in activate method with two different paths.
The event is not getting fired when I have both methods, but will work fine only if one method is used.
Thanks,
Vish
HI
"The filters of an already-registered EventListener can be changed at runtime by re-registering the same EventListener object (i.e. the same actual Java object) with a new set of filter arguments. The implementation must ensure that no events are lost during the changeover."
So in above mentioned code, we can see that we have 2 event listener. Try this (create 2 listeners), if it would work for you.
Thanks and Regards
Kautuk Sahni
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.