public static interface ZoneService.ZoneMoveListener
extends com.threerings.presents.client.InvocationService.InvocationListener
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) requests.| Modifier and Type | Method and Description |
|---|---|
void |
moveRequiresServerSwitch(String hostname,
int[] ports)
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 placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary)
Called in response to a successful
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request. |
void |
moveSucceededWithScene(int placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary,
SceneModel model)
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 placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary,
SceneUpdate[] updates)
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. |
void moveSucceeded(int placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary)
ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request.void moveSucceededWithUpdates(int placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary,
SceneUpdate[] updates)
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.void moveSucceededWithScene(int placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary,
SceneModel model)
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 moveRequiresServerSwitch(String hostname, int[] ports)
Copyright © 2015. All rights reserved.