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:
Michael Bayne
2005-10-08 22:21:19 +00:00
parent 0351fa6ddc
commit dd2468b140
8 changed files with 19 additions and 16 deletions
@@ -23,6 +23,8 @@ package com.threerings.crowd.chat.data;
import com.threerings.presents.data.InvocationCodes;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.chat.client.ChatDirector;
import com.threerings.crowd.chat.client.SpeakService;
@@ -23,6 +23,7 @@ package com.threerings.media.image;
import java.awt.Component;
import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice;
import java.awt.Transparency;
import java.awt.image.BufferedImage;
+2
View File
@@ -23,6 +23,8 @@ package com.threerings.openal;
import java.nio.ByteBuffer;
import org.lwjgl.openal.AL10;
/**
* Contains data for a single sampled sound.
*/
@@ -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() +
@@ -30,11 +30,11 @@ package com.threerings.presents.net;
*/
public class AuthResponse extends DownstreamMessage
{
/** Auxilliary authentication data to be communicated to the {@link
* PresentsClient} once a session is started. This is a means by which
* the <code>Authenticator</code> can pass information loaded from,
* say, an authentication database into the runtime system to be used,
* for example for permissions. */
/** Auxilliary authentication data to be communicated to the <code>
* PresentsClient</code> once a session is started. This is a means by
* which the <code>Authenticator</code> can pass information loaded from,
* say, an authentication database into the runtime system to be used, for
* example for permissions. */
public transient Object authdata;
/**
@@ -327,9 +327,7 @@ public class StageScenePanel extends MisoScenePanel
/**
* Adds or updates the specified cluster in the view. Metrics will be
* created that allow the cluster to be rendered and hovered over
* (which would make it the active cluster as indicated by {@link
* #getActiveCluster}).
* created that allow the cluster to be rendered and hovered over.
*
* @param cluster the cluster record to be added.
* @param bounds the screen coordinates that bound the occupants of
@@ -302,7 +302,7 @@ public class EditorScenePanel extends StageScenePanel
}
/**
* Called by the {@link ObjectEditorPanel} when it is dismissed.
* Called by the {@link ObjectEditorDialog} when it is dismissed.
*/
protected void objectEditorDismissed ()
{