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)
InviteService
Copyright © 2015. All Rights Reserved.