public static class ZoneMarshaller.ZoneMoveMarshaller extends com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller implements ZoneService.ZoneMoveListener
ZoneService.ZoneMoveListener.| Modifier and Type | Field and Description |
|---|---|
static int |
MOVE_REQUIRES_SERVER_SWITCH
The method id used to dispatch
moveRequiresServerSwitch(java.lang.String, int[])
responses. |
static int |
MOVE_SUCCEEDED
The method id used to dispatch
moveSucceeded(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary)
responses. |
static int |
MOVE_SUCCEEDED_WITH_SCENE
The method id used to dispatch
moveSucceededWithScene(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary, com.threerings.whirled.data.SceneModel)
responses. |
static int |
MOVE_SUCCEEDED_WITH_UPDATES
The method id used to dispatch
moveSucceededWithUpdates(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary, com.threerings.whirled.data.SceneUpdate[])
responses. |
| Constructor and Description |
|---|
ZoneMoveMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args) |
void |
moveRequiresServerSwitch(String arg1,
int[] arg2)
Indicates that the client must switch to the specified server and reissue its move
request in order to relocate to its desired zone.
|
void |
moveSucceeded(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3)
Called in response to a successful
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request. |
void |
moveSucceededWithScene(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3,
SceneModel arg4)
Called in response to a successful
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request when our cached
scene was out of date and the server determined that we needed an updated copy. |
void |
moveSucceededWithUpdates(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3,
SceneUpdate[] arg4)
Called in response to a successful
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request when our cached
scene was out of date and the server determined that we needed some updates. |
requestFailed, setInvocationId, setNoResponse, toStringpublic static final int MOVE_REQUIRES_SERVER_SWITCH
moveRequiresServerSwitch(java.lang.String, int[])
responses.public static final int MOVE_SUCCEEDED
moveSucceeded(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary)
responses.public static final int MOVE_SUCCEEDED_WITH_SCENE
moveSucceededWithScene(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary, com.threerings.whirled.data.SceneModel)
responses.public static final int MOVE_SUCCEEDED_WITH_UPDATES
moveSucceededWithUpdates(int, com.threerings.crowd.data.PlaceConfig, com.threerings.whirled.zone.data.ZoneSummary, com.threerings.whirled.data.SceneUpdate[])
responses.public void moveRequiresServerSwitch(String arg1, int[] arg2)
ZoneService.ZoneMoveListenermoveRequiresServerSwitch in interface ZoneService.ZoneMoveListenerpublic void moveSucceeded(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3)
ZoneService.ZoneMoveListenerZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request.moveSucceeded in interface ZoneService.ZoneMoveListenerpublic void moveSucceededWithScene(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3,
SceneModel arg4)
ZoneService.ZoneMoveListenerZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request when our cached
scene was out of date and the server determined that we needed an updated copy.moveSucceededWithScene in interface ZoneService.ZoneMoveListenerpublic void moveSucceededWithUpdates(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3,
SceneUpdate[] arg4)
ZoneService.ZoneMoveListenerZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request when our cached
scene was out of date and the server determined that we needed some updates.moveSucceededWithUpdates in interface ZoneService.ZoneMoveListenerpublic void dispatchResponse(int methodId,
Object[] args)
dispatchResponse in class com.threerings.presents.data.InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.