Moved remaining client.*Codes classes into their respective data packages
as they are intended to represent codes shared between the client and the server. Made correspondingly necessary changes throughout. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
//
|
||||
// $Id: SceneCodes.java,v 1.3 2001/11/12 20:56:55 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
import com.threerings.crowd.client.LocationCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the scene invocation services.
|
||||
*/
|
||||
public interface SceneCodes extends LocationCodes
|
||||
{
|
||||
/** The module name for the scene services. */
|
||||
public static final String MODULE_NAME = "whirled!scene";
|
||||
|
||||
/** The response identifier for a successful moveTo request that
|
||||
* includes an updated scene model. This is mapped by the invocation
|
||||
* services to a call to {@link
|
||||
* SceneDirector#handleMoveSucceededPlusUpdate}. */
|
||||
public static final String MOVE_SUCCEEDED_PLUS_UPDATE_RESPONSE =
|
||||
"MoveSucceededPlusUpdate";
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneDirector.java,v 1.10 2001/12/16 05:18:20 mdb Exp $
|
||||
// $Id: SceneDirector.java,v 1.11 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -16,6 +16,7 @@ import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.client.persist.SceneRepository;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
import com.threerings.whirled.util.NoSuchSceneException;
|
||||
import com.threerings.whirled.util.WhirledContext;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneService.java,v 1.5 2001/10/11 04:07:54 mdb Exp $
|
||||
// $Id: SceneService.java,v 1.6 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -7,6 +7,7 @@ import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationDirector;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
|
||||
/**
|
||||
* The scene service class provides the client interface to the scene
|
||||
|
||||
Reference in New Issue
Block a user