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)}).
*/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]