[jboss-user] [JBoss Seam] - Re: About Events (Observer/Observable pattern)

gavin.king@jboss.com do-not-reply at jboss.com
Fri Oct 13 12:03:39 EDT 2006


In Seam 1.0.x, all events are processed in the same thread and scopes that raised the event. So if you call raiseEvent("foo") , and you have an existing FooListener in the conversation scope, that will be the instance that processes the foo event.


However, in Seam 1.1, there are raiseAsynchronousEvent() methods which let you process the event in a new thread and scopes.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978207#3978207

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978207



More information about the jboss-user mailing list