| Interface | Description |
|---|---|
| SceneDirector.MoveHandler |
Used to recover from a problem after a completed moveTo.
|
| SceneReceiver |
Defines, for the scene services, a set of notifications delivered asynchronously by the server
to the client.
|
| SceneService |
The scene service class provides the client interface to the scene related invocation services
(e.g.
|
| SceneService.SceneMoveListener |
Used to communicate the response to a
SceneService.moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) request. |
| Class | Description |
|---|---|
| SceneController |
The base scene controller class.
|
| SceneDecoder |
Dispatches calls to a
SceneReceiver instance. |
| SceneDirector |
The scene director is the client's interface to all things scene related.
|
| SceneMoveAdapter |
A useful base class for implementing part of a
SceneService.SceneMoveListener. |
Copyright © 2015. All rights reserved.