public interface InviteServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
InviteServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendInviteEmail(String name,
String lastName,
String email,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GWT-RPC service asynchronous (client-side) interface
|
void sendInviteEmail(String name, String lastName, String email, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
InviteServiceCopyright © 2015. All Rights Reserved.