diff options
author | Enver Haase <enver-haase@users.noreply.github.com> | 2016-04-08 18:37:08 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-08 20:09:01 +0000 |
commit | 433dc8025ab7803fc25ef67e29fc67f7bb4d7d71 (patch) | |
tree | 8b2059c9c029d9608083a2b6515296b9000cdda5 /documentation | |
parent | 7e55b67d374b914e7cad45b16e8c28aa7a424410 (diff) | |
download | vaadin-framework-433dc8025ab7803fc25ef67e29fc67f7bb4d7d71.tar.gz vaadin-framework-433dc8025ab7803fc25ef67e29fc67f7bb4d7d71.zip |
Update gwt-rpc.asciidoc
Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
Diffstat (limited to 'documentation')
-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 ( |