GreetingService.java :  » Ajax » smartgwt-2.1 » com » mycompany » client » Java Open Source

Java Open Source » Ajax » smartgwt 2.1 
smartgwt 2.1 » com » mycompany » client » GreetingService.java
package com.mycompany.client;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

/**
 * The client side stub for the RPC service.
 */
@RemoteServiceRelativePath("greet")
public interface GreetingService extends RemoteService {
  String greetServer(String name);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.