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:
Michael Bayne
2001-07-20 20:07:38 +00:00
parent 581e773eb7
commit f5cb6ca04c
10 changed files with 95 additions and 0 deletions
@@ -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 ();
}