Uses of Interface
com.threerings.whirled.spot.client.SpotService.SpotSceneMoveListener

Packages that use SpotService.SpotSceneMoveListener
com.threerings.whirled.spot.client   
com.threerings.whirled.spot.data   
com.threerings.whirled.spot.server   
 

Uses of SpotService.SpotSceneMoveListener in com.threerings.whirled.spot.client
 

Methods in com.threerings.whirled.spot.client with parameters of type SpotService.SpotSceneMoveListener
 void SpotService.traversePortal(int sceneId, int portalId, int destSceneVer, SpotService.SpotSceneMoveListener listener)
          Requests to traverse the specified portal.
 

Uses of SpotService.SpotSceneMoveListener in com.threerings.whirled.spot.data
 

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

Methods in com.threerings.whirled.spot.data with parameters of type SpotService.SpotSceneMoveListener
 void SpotMarshaller.traversePortal(int arg1, int arg2, int arg3, SpotService.SpotSceneMoveListener arg4)
           
 

Uses of SpotService.SpotSceneMoveListener in com.threerings.whirled.spot.server
 

Methods in com.threerings.whirled.spot.server with parameters of type SpotService.SpotSceneMoveListener
 void SpotSceneRegistry.traversePortal(com.threerings.presents.data.ClientObject caller, int sceneId, int portalId, int destSceneVer, SpotService.SpotSceneMoveListener listener)
           
 void SpotProvider.traversePortal(com.threerings.presents.data.ClientObject caller, int arg1, int arg2, int arg3, SpotService.SpotSceneMoveListener arg4)
          Handles a SpotService.traversePortal(int, int, int, com.threerings.whirled.spot.client.SpotService.SpotSceneMoveListener) request.
 



Copyright © 2011. All Rights Reserved.