From 433dc8025ab7803fc25ef67e29fc67f7bb4d7d71 Mon Sep 17 00:00:00 2001 From: Enver Haase Date: Fri, 8 Apr 2016 18:37:08 +0200 Subject: Update gwt-rpc.asciidoc Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49 --- documentation/gwt/gwt-rpc.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 ( -- cgit v1.2.3