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.
|
Method Summary |
void |
forcedMove(int placeId)
Used to communicate a required move notification to the client. |
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(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) request to move to the new location.