|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ZoneService.ZoneMoveListener
Used to deliver responses to ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) requests.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener |
|---|
requestFailed |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||