Let any object receive success/failure responses for a traversePortal
request. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1317 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SpotService.java,v 1.6 2002/04/17 17:07:13 ray Exp $
|
// $Id: SpotService.java,v 1.7 2002/04/29 21:03:00 ray Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.spot.client;
|
package com.threerings.whirled.spot.client;
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ public class SpotService implements SpotCodes
|
|||||||
*/
|
*/
|
||||||
public static void traversePortal (
|
public static void traversePortal (
|
||||||
Client client, int sceneId, int portalId, int sceneVer,
|
Client client, int sceneId, int portalId, int sceneVer,
|
||||||
SceneDirector rsptarget)
|
Object rsptarget)
|
||||||
{
|
{
|
||||||
InvocationDirector invdir = client.getInvocationDirector();
|
InvocationDirector invdir = client.getInvocationDirector();
|
||||||
Object[] args = new Object[] {
|
Object[] args = new Object[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user