You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (JIRA)" <ji...@apache.org> on 2012/07/12 08:03:34 UTC

[jira] [Created] (WICKET-4653) Subscribing behaviors for push events

Emond Papegaaij created WICKET-4653:
---------------------------------------

             Summary: Subscribing behaviors for push events
                 Key: WICKET-4653
                 URL: https://issues.apache.org/jira/browse/WICKET-4653
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-atmosphere
    Affects Versions: 6.0.0-beta2
            Reporter: Emond Papegaaij
            Assignee: Emond Papegaaij


Wicket-atmosphere only supports the @Subscribe annotation on methods on components. It would be nice if methods on behaviors could also be annotated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4653) Subscribing behaviors for push events

Posted by "Emond Papegaaij (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emond Papegaaij resolved WICKET-4653.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0

Fixed. @Subscribe is now also supported on methods on behaviors. The same rules apply as on methods on components (public, first parameter is AjaxRequestTarget, second parameter is event)
                
> Subscribing behaviors for push events
> -------------------------------------
>
>                 Key: WICKET-4653
>                 URL: https://issues.apache.org/jira/browse/WICKET-4653
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-atmosphere
>    Affects Versions: 6.0.0-beta2
>            Reporter: Emond Papegaaij
>            Assignee: Emond Papegaaij
>             Fix For: 6.0.0
>
>
> Wicket-atmosphere only supports the @Subscribe annotation on methods on components. It would be nice if methods on behaviors could also be annotated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira