Uses of Interface
com.threerings.whirled.client.SceneService.SceneMoveListener

Packages that use SceneService.SceneMoveListener
com.threerings.whirled.client   
com.threerings.whirled.data   
com.threerings.whirled.server   
com.threerings.whirled.spot.client   
com.threerings.whirled.spot.data   
com.threerings.whirled.spot.server   
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.client
 

Classes in com.threerings.whirled.client that implement SceneService.SceneMoveListener
 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.
 

Methods in com.threerings.whirled.client with parameters of type SceneService.SceneMoveListener
 void SceneService.moveTo(int sceneId, int version, SceneService.SceneMoveListener listener)
          Requests that that this client's body be moved to the specified scene.
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.data
 

Classes in com.threerings.whirled.data that implement SceneService.SceneMoveListener
static class SceneMarshaller.SceneMoveMarshaller
          Marshalls results to implementations of SceneService.SceneMoveListener.
 

Methods in com.threerings.whirled.data with parameters of type SceneService.SceneMoveListener
 void SceneMarshaller.moveTo(int arg1, int arg2, SceneService.SceneMoveListener arg3)
           
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.server
 

Methods in com.threerings.whirled.server with parameters of type SceneService.SceneMoveListener
 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)
          Handles a SceneService.moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) request.
 

Constructors in com.threerings.whirled.server with parameters of type SceneService.SceneMoveListener
SceneMoveHandler(com.threerings.crowd.server.LocationManager locman, com.threerings.crowd.data.BodyObject body, int sceneVer, SceneService.SceneMoveListener listener)
           
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.spot.client
 

Subinterfaces of SceneService.SceneMoveListener in com.threerings.whirled.spot.client
static interface SpotService.SpotSceneMoveListener
          Used to communicate the response to a SceneService.moveTo(int, int, com.threerings.whirled.client.SceneService.SceneMoveListener) request.
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.spot.data
 

Classes in com.threerings.whirled.spot.data that implement SceneService.SceneMoveListener
static class SpotMarshaller.SpotSceneMoveMarshaller
          Marshalls results to implementations of SpotService.SpotSceneMoveListener.
 

Uses of SceneService.SceneMoveListener in com.threerings.whirled.spot.server
 

Constructors in com.threerings.whirled.spot.server with parameters of type SceneService.SceneMoveListener
SpotSceneMoveHandler(com.threerings.crowd.server.LocationManager locman, SpotSceneManager srcmgr, com.threerings.crowd.data.BodyObject body, int sceneVer, Portal dest, SceneService.SceneMoveListener listener)
           
 



Copyright © 2011. All Rights Reserved.