We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9278637 + 4c67107 commit dcf11e6Copy full SHA for dcf11e6
1 file changed
wicket-util/src/main/java/org/apache/wicket/util/listener/ListenerCollection.java
@@ -28,7 +28,8 @@
28
/**
29
* Represents a collection of listeners. Facilitates invocation of events on each listener.
30
* <p>
31
- * NOTE: Ordering of listeners is not guaranteed and should not be relied upon
+ * Listeners will be invoked in the order added to the collection when using
32
+ * {@link #notify(INotifier)} or in reversed order when using {@link #reversedNotify(INotifier)}.
33
* </p>
34
*
35
* @author ivaynberg (Igor Vaynberg)
0 commit comments