Uses of Interface
com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener

Packages that use ZoneService.ZoneMoveListener
com.threerings.whirled.zone.client   
com.threerings.whirled.zone.data   
com.threerings.whirled.zone.peer.server   
com.threerings.whirled.zone.server   
 

Uses of ZoneService.ZoneMoveListener in com.threerings.whirled.zone.client
 

Classes in com.threerings.whirled.zone.client that implement ZoneService.ZoneMoveListener
 class ZoneDirector
          The zone director augments the scene services with the notion of zones.
 

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

Uses of ZoneService.ZoneMoveListener in com.threerings.whirled.zone.data
 

Classes in com.threerings.whirled.zone.data that implement ZoneService.ZoneMoveListener
static class ZoneMarshaller.ZoneMoveMarshaller
          Marshalls results to implementations of ZoneService.ZoneMoveListener.
 

Methods in com.threerings.whirled.zone.data with parameters of type ZoneService.ZoneMoveListener
 void ZoneMarshaller.moveTo(int arg1, int arg2, int arg3, ZoneService.ZoneMoveListener arg4)
           
 

Uses of ZoneService.ZoneMoveListener in com.threerings.whirled.zone.peer.server
 

Methods in com.threerings.whirled.zone.peer.server with parameters of type ZoneService.ZoneMoveListener
 void PeeredZoneRegistry.moveTo(com.threerings.presents.data.ClientObject caller, int zoneId, int sceneId, int sceneVer, ZoneService.ZoneMoveListener listener)
           
 

Constructors in com.threerings.whirled.zone.peer.server with parameters of type ZoneService.ZoneMoveListener
PeeredZoneRegistry.PeerZoneMoveHandler(com.threerings.crowd.server.LocationManager locman, ZoneManager zmgr, SceneRegistry scReg, com.threerings.crowd.data.BodyObject body, int sceneId, int sceneVer, ZoneService.ZoneMoveListener listener)
           
 

Uses of ZoneService.ZoneMoveListener in com.threerings.whirled.zone.server
 

Methods in com.threerings.whirled.zone.server with parameters of type ZoneService.ZoneMoveListener
 void ZoneRegistry.moveTo(com.threerings.presents.data.ClientObject caller, int zoneId, int sceneId, int sceneVer, ZoneService.ZoneMoveListener listener)
           
 void ZoneProvider.moveTo(com.threerings.presents.data.ClientObject caller, int arg1, int arg2, int arg3, ZoneService.ZoneMoveListener arg4)
          Handles a ZoneService.moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request.
 

Constructors in com.threerings.whirled.zone.server with parameters of type ZoneService.ZoneMoveListener
ZoneMoveHandler(com.threerings.crowd.server.LocationManager locmgr, ZoneManager zmgr, SceneRegistry screg, com.threerings.crowd.data.BodyObject body, int sceneId, int sceneVer, ZoneService.ZoneMoveListener listener)
           
 



Copyright © 2011. All Rights Reserved.