| Modifier and Type | Method and Description |
|---|---|
void |
StageScenePanel.sceneUpdated(SceneUpdate update)
Called when we have received a scene update from the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultColorUpdate
Update to change the default colorization for objects in a scene which
do not define their own colorization.
|
class |
ModifyObjectsUpdate
A scene update that is broadcast when objects have been added to or removed
from the scene.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageScene.updateReceived(SceneUpdate update) |
| Modifier and Type | Method and Description |
|---|---|
void |
SceneService.SceneMoveListener.moveSucceededWithUpdates(int placeId,
com.threerings.crowd.data.PlaceConfig config,
SceneUpdate[] updates)
Indicates that a move succeeded and that the client's cached scene information should be
updated with the supplied data.
|
void |
SceneMoveAdapter.moveSucceededWithUpdates(int placeId,
com.threerings.crowd.data.PlaceConfig config,
SceneUpdate[] updates) |
void |
SceneDirector.moveSucceededWithUpdates(int placeId,
com.threerings.crowd.data.PlaceConfig config,
SceneUpdate[] updates) |
void |
SceneDirector.updateReceived(SceneUpdate update)
Called by SceneController instances to tell us about an update to the current scene.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SceneMarshaller.SceneMoveMarshaller.moveSucceededWithUpdates(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
SceneUpdate[] arg3) |
void |
SceneImpl.updateReceived(SceneUpdate update) |
void |
Scene.updateReceived(SceneUpdate update)
Called to inform the scene that an update has been received while
the scene was resolved and active.
|
| Modifier and Type | Method and Description |
|---|---|
SceneUpdate[] |
SceneManager.getUpdates(int fromVersion)
Returns
UpdateList.getUpdates(int) for this scene's updates. |
| Modifier and Type | Method and Description |
|---|---|
SceneUpdate |
SceneUpdateMarshaller.decodeUpdate(int sceneId,
int sceneVersion,
int updateType,
byte[] data)
Instantiates the appropriate update class and decodes the update from the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SceneRepository.applyAndRecordUpdate(SceneModel model,
SceneUpdate update)
Applise the supplied scene update to persistent representation of its associated scene, then
stores the update persistently for future invocations of the server to load.
|
void |
DummySceneRepository.applyAndRecordUpdate(SceneModel model,
SceneUpdate update) |
int |
SceneUpdateMarshaller.getUpdateType(SceneUpdate update)
Returns the type code that is assigned to the specified SceneUpdate instance, or -1.
|
byte[] |
SceneUpdateMarshaller.persistUpdate(SceneUpdate update)
Persists the specified update to a new ByteArrayOutInputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifyPortalsUpdate
A scene update to add/remove portals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpotMarshaller.SpotSceneMoveMarshaller.moveSucceededWithUpdates(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
SceneUpdate[] arg3) |
| Modifier and Type | Method and Description |
|---|---|
SceneUpdate[] |
UpdateList.getUpdates(int fromVersion)
Returns all of the updates that should be applied to a scene with the specified version to
bring it up to date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateList.addUpdate(SceneUpdate update)
Adds an update to this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneService.ZoneMoveListener.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 |
ZoneDirector.moveSucceededWithUpdates(int placeId,
com.threerings.crowd.data.PlaceConfig config,
ZoneSummary summary,
SceneUpdate[] updates) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneMarshaller.ZoneMoveMarshaller.moveSucceededWithUpdates(int arg1,
com.threerings.crowd.data.PlaceConfig arg2,
ZoneSummary arg3,
SceneUpdate[] arg4) |
Copyright © 2015. All rights reserved.