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

ASF GitHub Bot commented on WICKET-7080:
----------------------------------------

reiern70 commented on code in PR #682:
URL: https://github.com/apache/wicket/pull/682#discussion_r1379174163


##########
wicket-core/src/main/java/org/apache/wicket/settings/FrameworkSettings.java:
##########
@@ -45,8 +45,28 @@
  */
 public class FrameworkSettings implements IEventDispatcher
 {
+       /**
+        *  Does the standard delivery of events. Override and do nothing if 
you want to disable it.

Review Comment:
   /**
         *  Does the standard delivery of events. Events can be disabled at 
application level by setting a <code>null</code>
         *  {@link IEventDispatcher} via {@link 
#setDefaultEventDispatcher(IEventDispatcher)} and setting  no additional
         *  {@link IEventDispatcher}s (via {@link #add(IEventDispatcher)}).
         */





> [Events] make default events delivery machinery pluggable and roll usable 
> annotation based one
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-7080
>                 URL: https://issues.apache.org/jira/browse/WICKET-7080
>             Project: Wicket
>          Issue Type: Improvement
>          Components: events
>            Reporter: Ernesto Reinaldo Barreiro
>            Assignee: Ernesto Reinaldo Barreiro
>            Priority: Major
>             Fix For: 9.16.0, 10.0.0-M3
>
>
> [Events] make default events delivery machinery pluggable and roll usable 
> annotation based one



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to