Documentation edits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@402 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-06 00:24:46 +00:00
parent 7d02b3d30b
commit def7b5802d
2 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
// //
// $Id: PlaceController.java,v 1.1 2001/10/05 23:57:26 mdb Exp $ // $Id: PlaceController.java,v 1.2 2001/10/06 00:24:46 mdb Exp $
package com.threerings.cocktail.party.client; package com.threerings.cocktail.party.client;
@@ -53,7 +53,7 @@ public abstract class PlaceController
* This is called by the location director once the place object has * This is called by the location director once the place object has
* been fetched. The place controller will dispatch the place object * been fetched. The place controller will dispatch the place object
* to the user interface hierarchy via {@link * to the user interface hierarchy via {@link
* PlaceViewUtil.dispatchWillEnterPlace}. Derived classes can override * PlaceViewUtil#dispatchWillEnterPlace}. Derived classes can override
* this and perform any other starting up that they need to do * this and perform any other starting up that they need to do
*/ */
public void willEnterPlace (PlaceObject plobj) public void willEnterPlace (PlaceObject plobj)
@@ -1,5 +1,5 @@
// //
// $Id: PlaceView.java,v 1.3 2001/10/05 23:57:26 mdb Exp $ // $Id: PlaceView.java,v 1.4 2001/10/06 00:24:46 mdb Exp $
package com.threerings.cocktail.party.client; package com.threerings.cocktail.party.client;
@@ -35,8 +35,8 @@ import com.threerings.cocktail.party.data.PlaceObject;
* of place entering and exiting by virtue of the single dispatching * of place entering and exiting by virtue of the single dispatching
* calls. It is useful to note that place-sensitive user interface * calls. It is useful to note that place-sensitive user interface
* elements will also generally need a reference to the {@link * elements will also generally need a reference to the {@link
* PartyContext} derivative in use by the client, but those are best * com.threerings.cocktail.party.util.PartyContext} derivative in use by
* supplied at construct time. * the client, but those are best supplied at construct time.
*/ */
public interface PlaceView public interface PlaceView
{ {