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

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

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


##########
wicket-core/src/main/java/org/apache/wicket/settings/FrameworkSettings.java:
##########
@@ -68,7 +88,7 @@ public FrameworkSettings(final Application application)
         * Gets the Wicket version. The Wicket version is in the same format as 
the version element in
         * the pom.xml file (project descriptor). The version is generated by 
maven in the build/release
         * cycle and put in the /META-INF/MANIFEST.MF file located in the root 
folder of the Wicket jar.
-        *
+        * <p></p>

Review Comment:
   Done.



##########
wicket-core/src/main/java/org/apache/wicket/settings/FrameworkSettings.java:
##########
@@ -129,26 +149,30 @@ public FrameworkSettings add(IEventDispatcher dispatcher)
                return this;
        }
 
+       /**
+        * @return Returns <code>true</code> if there is at least one event 
dispatcher
+        */
+       public final boolean hasAnyAnyEventDispatchers()

Review Comment:
   Done





> [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