Created fooCodes interfaces to go along with invocation service
packages. These contain all the message codes as well as error response codes that are used by a particular invocation service. Also changed client.LocationManager to client.LocationDirector and chat.ChatManager to chat.ChatDirector to go along with the new philosophy of naming the client-side managing entity for an invocation service a director. Also elimitated cocktail.util.Codes since it's no longer used as a central repository for codes (instead they are in InvocationCodes and its derivatives). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@368 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// $Id: CrowdContext.java,v 1.3 2001/08/20 21:45:37 mdb Exp $
|
||||
// $Id: CrowdContext.java,v 1.4 2001/10/01 22:14:55 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.party.util;
|
||||
|
||||
import com.threerings.cocktail.cher.util.CherContext;
|
||||
import com.threerings.cocktail.party.client.LocationManager;
|
||||
import com.threerings.cocktail.party.client.LocationDirector;
|
||||
import com.threerings.cocktail.party.client.OccupantManager;
|
||||
|
||||
/**
|
||||
@@ -14,9 +14,9 @@ import com.threerings.cocktail.party.client.OccupantManager;
|
||||
public interface PartyContext extends CherContext
|
||||
{
|
||||
/**
|
||||
* Returns a reference to the location manager.
|
||||
* Returns a reference to the location director.
|
||||
*/
|
||||
public LocationManager getLocationManager ();
|
||||
public LocationDirector getLocationDirector ();
|
||||
|
||||
/**
|
||||
* Returns a reference to the occupant manager.
|
||||
|
||||
Reference in New Issue
Block a user