GitHub user dretzlaff opened a pull request:

    https://github.com/apache/wicket/pull/42

    allow extensible event delivery in wicket-atmosphere

    This commit allows applications to register a custom subscription 
collector, and a custom subscription invoker, with the EventBus. The 
Guava-like, @Subscribe-annotated behavior is retained as default. Our 
application uses listener interfaces for notifications, and this change lets us 
use these interfaces to notify Wicket components instead of trying to switch 
our pub/sub syntax just for the UI.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dretzlaff/wicket 
extensible-atmosphere-notifications

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/42.patch

----

----

Reply via email to