diff options
author | Enver Haase <enver-haase@users.noreply.github.com> | 2016-04-08 18:37:08 +0200 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-04-14 13:37:19 +0300 |
commit | b79e5beff92dd739c6351bd5960ee1dd6a6e43c1 (patch) | |
tree | a693b77b4afbb0517ea4ac717a1ff585445ce6e6 | |
parent | bbaaf6c37af3af53938296c8a86d4133a0c86836 (diff) | |
download | vaadin-framework-b79e5beff92dd739c6351bd5960ee1dd6a6e43c1.tar.gz vaadin-framework-b79e5beff92dd739c6351bd5960ee1dd6a6e43c1.zip |
Update gwt-rpc.asciidoc
Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
-rw-r--r-- | documentation/gwt/gwt-rpc.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/gwt/gwt-rpc.asciidoc b/documentation/gwt/gwt-rpc.asciidoc index b67773dbfe..2eec4b904c 100644 --- a/documentation/gwt/gwt-rpc.asciidoc +++ b/documentation/gwt/gwt-rpc.asciidoc @@ -35,8 +35,8 @@ public interface MyComponentServerRpc extends ServerRpc { } ---- -The above example defines a single [methodname]#clicks()# RPC call, which takes -a [classname]#MouseEventDetails# object as the parameter. +The above example defines a single [methodname]#clicked()# RPC call, which takes +a [classname]#String# object as the parameter. You can pass the most common standard Java types, such as primitive and boxed primitive types, [classname]#String#, and arrays and some collections ( |