com.threerings.crowd.client
Interface LocationReceiver

All Superinterfaces:
InvocationReceiver
All Known Implementing Classes:
LocationDirector

public interface LocationReceiver
extends InvocationReceiver

Defines, for the location services, a set of notifications delivered asynchronously by the server to the client.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationReceiver
InvocationReceiver.Registration
 
Method Summary
 void forcedMove(int placeId)
          Used to communicate a required move notification to the client.
 

Method Detail

forcedMove

void forcedMove(int placeId)
Used to communicate a required move notification to the client. The server will have removed the client from their existing location and the client is then responsible for generating a LocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request to move to the new location.