Skeletons for the party services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@92 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// $Id: CrowdContext.java,v 1.1 2001/07/20 20:07:38 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.party.util;
|
||||
|
||||
import com.threerings.cocktail.cher.util.CherContext;
|
||||
import com.threerings.cocktail.party.client.LocationManager;
|
||||
|
||||
public interface PartyContext extends CherContext
|
||||
{
|
||||
/**
|
||||
* Returns a reference to the location manager.
|
||||
*/
|
||||
public LocationManager getLocationManager ();
|
||||
}
|
||||
Reference in New Issue
Block a user