JBoss Seam - order event listeners
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-06-09T19:46:43Z
Indexed on
2010/06/09
19:52 UTC
Read the original article
Hit count: 376
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
© Stack Overflow or respective owner