Documentation fixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@395 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-04 22:47:49 +00:00
parent 64e66dc98a
commit 681d851b08
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
// //
// $Id: PlaceView.java,v 1.1 2001/10/04 20:02:49 mdb Exp $ // $Id: PlaceView.java,v 1.2 2001/10/04 22:47:48 mdb Exp $
package com.threerings.cocktail.party.util; package com.threerings.cocktail.party.util;
@@ -26,7 +26,7 @@ import com.threerings.cocktail.party.data.PlaceObject;
* PlaceViewUtil#dispatchDidLeavePlace}. These functions traverse the UI * PlaceViewUtil#dispatchDidLeavePlace}. These functions traverse the UI
* hierarchy (starting with the element provided which would generally be * hierarchy (starting with the element provided which would generally be
* the top-level UI element, and dispatch calls to {@link #willEnterPlace} * the top-level UI element, and dispatch calls to {@link #willEnterPlace}
* and {@link #willLeavePlace} respectively on any UI element they find * and {@link #didLeavePlace} respectively on any UI element they find
* that implements <code>PlaceView</code>. * that implements <code>PlaceView</code>.
* *
* <p> By doing this, the client code can simply create place-sensitive * <p> By doing this, the client code can simply create place-sensitive
@@ -1,5 +1,5 @@
// //
// $Id: ParlorCodes.java,v 1.3 2001/10/02 21:52:33 mdb Exp $ // $Id: ParlorCodes.java,v 1.4 2001/10/04 22:47:49 mdb Exp $
package com.threerings.parlor.client; package com.threerings.parlor.client;
@@ -15,7 +15,7 @@ public interface ParlorCodes extends InvocationCodes
/** The message identifier for a game ready notification. This is /** The message identifier for a game ready notification. This is
* mapped by the invocation services to a call to {@link * mapped by the invocation services to a call to {@link
* ParlorDirector#handleGameReady}. */ * ParlorDirector#handleGameReadyNotification}. */
public static final String GAME_READY_NOTIFICATION = "GameReady"; public static final String GAME_READY_NOTIFICATION = "GameReady";
/** The message identifier for an invitation creation request or /** The message identifier for an invitation creation request or