@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from SceneService.java.")
public class SceneMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements SceneService
SceneService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.| Modifier and Type | Class and Description |
|---|---|
static class |
SceneMarshaller.SceneMoveMarshaller
Marshalls results to implementations of
SceneService.SceneMoveListener. |
com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshallerSceneService.SceneMoveListener| Modifier and Type | Field and Description |
|---|---|
static int |
MOVE_TO
The method id used to dispatch
moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) requests. |
| Constructor and Description |
|---|
SceneMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
moveTo(int arg1,
int arg2,
SceneService.SceneMoveListener arg3)
Requests that that this client's body be moved to the specified scene.
|
public static final int MOVE_TO
moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) requests.public void moveTo(int arg1,
int arg2,
SceneService.SceneMoveListener arg3)
SceneServicemoveTo in interface SceneServicearg1 - the scene id to which we want to move.arg2 - the version number of the scene object that we have in our local repository.Copyright © 2015. All rights reserved.