com.threerings.crowd.client
Interface LocationService.MoveListener

All Superinterfaces:
InvocationService.InvocationListener
All Known Implementing Classes:
LocationMarshaller.MoveMarshaller
Enclosing interface:
LocationService

public static interface LocationService.MoveListener
extends InvocationService.InvocationListener

Used to communicate responses to LocationService.moveTo(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) requests.


Method Summary
 void moveSucceeded(PlaceConfig config)
          Called in response to a successful LocationService.moveTo(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) request.
 
Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener
requestFailed
 

Method Detail

moveSucceeded

void moveSucceeded(PlaceConfig config)
Called in response to a successful LocationService.moveTo(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) request.