You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2014/03/21 18:45:44 UTC

[jira] [Commented] (OPENEJB-2082) Allow to call an observer after another one

    [ https://issues.apache.org/jira/browse/OPENEJB-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943294#comment-13943294 ] 

Andy Gumbrecht commented on OPENEJB-2082:
-----------------------------------------

onAfterServicesDeployed(@Observes(after = {RESTService.class}) final AssemblerAfterApplicationCreated event) {

or 

onAfterServicesDeployed(@Observes(after =RESTService.class) final AssemblerAfterApplicationCreated event) {

> Allow to call an observer after another one
> -------------------------------------------
>
>                 Key: OPENEJB-2082
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2082
>             Project: OpenEJB
>          Issue Type: New Feature
>            Reporter: Andy Gumbrecht
>            Assignee: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 4.6.1
>
>
> Added after in @Observes:
> {code:java}
> public void observe(final @Observes(after = SimpleObserver.class) SimpleEvent event)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)