Documented class.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@234 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
//
|
//
|
||||||
// $Id: CrowdContext.java,v 1.1 2001/07/20 20:07:38 mdb Exp $
|
// $Id: CrowdContext.java,v 1.2 2001/08/14 03:22:19 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.party.util;
|
package com.threerings.cocktail.party.util;
|
||||||
|
|
||||||
import com.threerings.cocktail.cher.util.CherContext;
|
import com.threerings.cocktail.cher.util.CherContext;
|
||||||
import com.threerings.cocktail.party.client.LocationManager;
|
import com.threerings.cocktail.party.client.LocationManager;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The party context provides access to the various managers, etc. that
|
||||||
|
* are needed by the party client code.
|
||||||
|
*/
|
||||||
public interface PartyContext extends CherContext
|
public interface PartyContext extends CherContext
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user