Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
package com.gwtmobile.ui.kitchensink.client;

import com.google.gwt.user.client.rpc.*;

/**
 * The async counterpart of <code>GreetingService</code>.
 */
public interface GreetingServiceAsync {
    void greetServer( String input, AsyncCallback<String> callback )
            throws IllegalArgumentException;
}

Commits for litesoft/trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/GreetingServiceAsync.java

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

642 GeorgeS picture GeorgeS Sun 29 Apr, 2012 20:30:48 +0000