@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from ZoneService.java.")
public class ZoneMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements ZoneService
ZoneService 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 |
ZoneMarshaller.ZoneMoveMarshaller
Marshalls results to implementations of
ZoneService.ZoneMoveListener. |
com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshallerZoneService.ZoneMoveListener| Modifier and Type | Field and Description |
|---|---|
static int |
MOVE_TO
The method id used to dispatch
moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) requests. |
| Constructor and Description |
|---|
ZoneMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
moveTo(int arg1,
int arg2,
int arg3,
ZoneService.ZoneMoveListener arg4)
Requests that that this client's body be moved to the specified scene in the specified zone.
|
public static final int MOVE_TO
moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) requests.public void moveTo(int arg1,
int arg2,
int arg3,
ZoneService.ZoneMoveListener arg4)
ZoneServicemoveTo in interface ZoneServicearg1 - the zone id to which we want to move.arg2 - the scene id to which we want to move.arg3 - the version number of the scene object that we have in our local repository.arg4 - receives the callback when the request succeeds or fails.Copyright © 2015. All rights reserved.