| Modifier and Type | Class and Description |
|---|---|
class |
SceneDirector
The scene director is the client's interface to all things scene related.
|
class |
SceneMoveAdapter
A useful base class for implementing part of a
SceneService.SceneMoveListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneService.moveTo(int sceneId,
int version,
SceneService.SceneMoveListener listener)
Requests that that this client's body be moved to the specified scene.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SceneMarshaller.SceneMoveMarshaller
Marshalls results to implementations of
SceneService.SceneMoveListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneMarshaller.moveTo(int arg1,
int arg2,
SceneService.SceneMoveListener arg3) |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneRegistry.moveTo(com.threerings.presents.data.ClientObject caller,
int sceneId,
int sceneVer,
SceneService.SceneMoveListener listener) |
void |
SceneProvider.moveTo(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
SceneService.SceneMoveListener arg3)
|
| Constructor and Description |
|---|
SceneMoveHandler(com.threerings.crowd.server.LocationManager locman,
com.threerings.crowd.data.BodyObject body,
int sceneVer,
SceneService.SceneMoveListener listener) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SpotService.SpotSceneMoveListener
Used to communicate the response to a
SceneService.moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) request. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SpotMarshaller.SpotSceneMoveMarshaller
Marshalls results to implementations of
SpotService.SpotSceneMoveListener. |
| Constructor and Description |
|---|
SpotSceneMoveHandler(com.threerings.crowd.server.LocationManager locman,
SpotSceneManager srcmgr,
com.threerings.crowd.data.BodyObject body,
int sceneVer,
Portal dest,
SceneService.SceneMoveListener listener) |
Copyright © 2015. All rights reserved.