[
http://jira.jboss.com/jira/browse/JBSEAM-1506?page=all ]
Gavin King closed JBSEAM-1506.
------------------------------
Resolution: Duplicate Issue
@Observer({"foo", "bar", "baz"})
Add @Observers annotation
-------------------------
Key: JBSEAM-1506
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1506
Project: JBoss Seam
Issue Type: Feature Request
Reporter: Christian Bauer
I want to register a method as an observer for several events, e.g.
@Factory(value = "listOfFoos")
@Observers({
@Observer("foo.added"),
@Observer("foo.deleted")
})
public void loadFoos() { ... }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira