diff options
Diffstat (limited to 'documentation/gwt')
-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 ( |