aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-12-02 19:55:56 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-12-02 19:55:56 +0000
commitb614090a6ac02de96f045f4145d07c087d82e0c5 (patch)
tree8c031c1ef5b3f12b9dd89e3198a9bd9298019b48 /WebContent/release-notes.html
parent209a4c6e506ea86a925b205e41791fad40300334 (diff)
downloadvaadin-framework-b614090a6ac02de96f045f4145d07c087d82e0c5.tar.gz
vaadin-framework-b614090a6ac02de96f045f4145d07c087d82e0c5.zip
enhanced relese notes
svn changeset:10139/svn branch:6.2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index e23269e64b..ab6575e370 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -61,10 +61,10 @@ public class ColorPicker extends AbstractField {</pre>
<ul>
<li>On the server-side:</li>
<ul>
- <li>Listeners are now easier to implement the <b>ReflectTools</b>
- and with <tt>addListener(String eventIdentifier, Class&lt;?&gt;
- eventType, Object target, Method method)</tt> methods that
- automatically inform the client-side that a listener is registered)</li>
+ <li>Listeners are now easier to implement with <tt>ReflectTools.findMethod()</tt>
+ and <tt>addListener(String eventIdentifier, Class&lt;?&gt;
+ eventType, Object target, Method method)</tt> methods. The latter
+ automatically inform the client-side that a listener is registered on server side)</li>
</ul>
<li>On the client-side:</li>
<ul>