Browse Source

Update gwt-rpc.asciidoc

Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
tags/7.6.5
Enver Haase 8 years ago
parent
commit
b79e5beff9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      documentation/gwt/gwt-rpc.asciidoc

+ 2
- 2
documentation/gwt/gwt-rpc.asciidoc View File

@@ -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 (

Loading…
Cancel
Save