tableserviceasync.java

来自「gwt 开发 界面控件的封装」· Java 代码 · 共 15 行

JAVA
15
字号
package com.mc.tables.client;

import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.ServiceDefTarget;
import com.google.gwt.user.client.rpc.AsyncCallback;

public interface TableServiceAsync {

	public void getTables(int index, AsyncCallback callback);
	
	public void getTextTitle(int column, AsyncCallback callback);

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?