[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1506) Add @Observers annotation

Gavin King (JIRA) jira-events at lists.jboss.org
Wed Jun 20 01:56:19 EDT 2007


     [ 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

        



More information about the seam-issues mailing list