gameserviceclientfactory.java

来自「Java mulitplayer strategy game. Adaptati」· Java 代码 · 共 25 行

JAVA
25
字号
/*
 * GameServiceClientFactory.java
 *
 * Created on 17 pa焏ziernik 2005, 23:56
 *
 * To change this template, choose Tools | Options and locate the template under
 * the Source Creation and Management node. Right-click the template and choose
 * Open. You can then make changes to the template in the Source Editor.
 */

package net.sf.jawp.gf.api.services.rmi;

import java.rmi.Remote;
import java.rmi.RemoteException;

/**
 *
 * @author jarek
 * @param <GAMESERVICE> native game service
 */
public interface GameServiceClientFactory<GAMESERVICE>
{
	GAMESERVICE createClient( final Remote remote) throws RemoteException;
}

⌨️ 快捷键说明

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