blob: 553ed27ea52d7da6efe79c0402eb3e6c725c8501 [file] [log] [blame]
package test;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface ServletMappingTestServiceAsync {
void which(AsyncCallback callback);
}