All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyzt.gwt.client.common.CommonServerProxy Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.client.common;

import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import com.ksyzt.gwt.client.service.ISiteManager;
import com.ksyzt.gwt.client.service.ISiteManagerAsync;

// TODO: Auto-generated Javadoc

/**
 * The Interface CommonServerProxy.
 */
@RemoteServiceRelativePath("../ksyzt_common_server")
public interface CommonServerProxy {

    /**
     * The Constant SITE_MANAGER.
     */
    public static final ISiteManagerAsync SITE_MANAGER = GWT
            .create(ISiteManager.class);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy