ShowChart.java :  » Mobile » wevote » org » wevote » client » chart » Java Open Source

Java Open Source » Mobile » wevote 
wevote » org » wevote » client » chart » ShowChart.java
package org.wevote.client.chart;

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

/**
 * @author NorthernDemon
 */

@RemoteServiceRelativePath("showchart")
public interface ShowChart extends RemoteService {
    /**
     * Request for tab, containing question
     *
     * @param id number of question
     */
    public String myMethod(int id);
}
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.