com.threerings.whirled.zone.client
Interface ZoneReceiver
- All Superinterfaces:
- InvocationReceiver
- All Known Implementing Classes:
- ZoneDirector
public interface ZoneReceiver
- extends InvocationReceiver
Defines, for the zone services, a set of notifications delivered asynchronously by the server
to the client.
|
Method Summary |
void |
forcedMove(int zoneId,
int sceneId)
Used to communicate a required move notification to the client. |
forcedMove
void forcedMove(int zoneId,
int sceneId)
- Used to communicate a required move notification to the client. The server will have
removed the client from their existing scene and the client is then responsible for
generating a
ZoneService.moveTo(com.threerings.presents.client.Client, int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) request to move to the new scene in the specified
zone.