Javadoc tidying up.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3725 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -236,7 +236,7 @@ public class CardGameManager extends GameManager
|
||||
* Notifies everyone in the room (other than the sender and the receiver)
|
||||
* that a set of cards have been transferred.
|
||||
*
|
||||
* @param playerIdx the index of the player sending the cards
|
||||
* @param fromPlayerIdx the index of the player sending the cards
|
||||
* @param toPlayerIdx the index of the player receiving the cards
|
||||
* @param cards the number of cards sent
|
||||
*/
|
||||
|
||||
@@ -34,8 +34,7 @@ import com.threerings.crowd.server.CrowdServer;
|
||||
import com.threerings.crowd.server.PlaceManager;
|
||||
|
||||
import com.threerings.parlor.Log;
|
||||
import com.threerings.parlor.client.ParlorService.InviteListener;
|
||||
import com.threerings.parlor.client.ParlorService.TableListener;
|
||||
import com.threerings.parlor.client.ParlorService;
|
||||
import com.threerings.parlor.data.ParlorCodes;
|
||||
import com.threerings.parlor.data.TableConfig;
|
||||
import com.threerings.parlor.game.data.GameConfig;
|
||||
@@ -67,8 +66,8 @@ public class ParlorProvider
|
||||
* Processes a request from the client to invite another user to play
|
||||
* a game.
|
||||
*/
|
||||
public void invite (ClientObject caller, Name invitee,
|
||||
GameConfig config, InviteListener listener)
|
||||
public void invite (ClientObject caller, Name invitee, GameConfig config,
|
||||
ParlorService.InviteListener listener)
|
||||
throws InvocationException
|
||||
{
|
||||
// Log.info("Handling invite request [source=" + source +
|
||||
@@ -113,8 +112,9 @@ public class ParlorProvider
|
||||
/**
|
||||
* Processes a request from the client to create a new table.
|
||||
*/
|
||||
public void createTable (ClientObject caller, int lobbyOid,
|
||||
TableConfig tableConfig, GameConfig config, TableListener listener)
|
||||
public void createTable (
|
||||
ClientObject caller, int lobbyOid, TableConfig tableConfig,
|
||||
GameConfig config, ParlorService.TableListener listener)
|
||||
throws InvocationException
|
||||
{
|
||||
Log.info("Handling create table request [caller=" + caller.who() +
|
||||
|
||||
Reference in New Issue
Block a user