You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2009/10/07 05:24:31 UTC

[jira] Commented: (OWB-140) Remove javax.enterprise.event.Observer

    [ https://issues.apache.org/jira/browse/OWB-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762851#action_12762851 ] 

David Blevins commented on OWB-140:
-----------------------------------

The javax.enterprise.event.Observer interface was removed.  It simply isn't needed as the @Observes annotation can capture that just fine.  

Internally we should just be wrapping these annotated methods as javax.enterprise.inject.spi.ObserverMethod instances and the NotificationManager should be reworked to hold a collection of them instead of the ObserverWrapper inner class.  That would actually simplify the NotificationManager code even more.


> Remove javax.enterprise.event.Observer
> --------------------------------------
>
>                 Key: OWB-140
>                 URL: https://issues.apache.org/jira/browse/OWB-140
>             Project: OpenWebBeans
>          Issue Type: Sub-task
>          Components: Core, Events
>            Reporter: David Blevins
>            Assignee: Gurkan Erdogdu
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.