gate.cow.gwt.client
Interface PageServiceAsync


public interface PageServiceAsync


Method Summary
 void checkName(String pageName, String id, String pathDir, com.google.gwt.user.client.rpc.AsyncCallback<String> async)
           
 void create(String pageName, String id, String pathDir, com.google.gwt.user.client.rpc.AsyncCallback<String> async)
           
 

Method Detail

checkName

void checkName(String pageName,
               String id,
               String pathDir,
               com.google.gwt.user.client.rpc.AsyncCallback<String> async)

create

void create(String pageName,
            String id,
            String pathDir,
            com.google.gwt.user.client.rpc.AsyncCallback<String> async)