Subversion Repository Public Repository

litesoft

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

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

/**
 * The client side stub for the RPC service.
 */
@RemoteServiceRelativePath("greet")
public interface GreetingService extends RemoteService {
    String greetServer( String name )
            throws IllegalArgumentException;
}

Commits for litesoft/trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/GreetingService.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