JBoss Seam - order event listeners
- by Walter White
Hi all,
I would like to order my event listeners. Is it possible to do this in JBoss Seam 2.x?
I am thinking as a workaround, which is quite simple, I will just daisy chain my events:
fire event A.
do something on event A.
a. fire event B
do something on event B.
Any comments with this design? Is this a good / bad practice?
Thanks,
Walter