com.threerings.crowd.server
Interface LocationProvider

All Superinterfaces:
InvocationProvider
All Known Implementing Classes:
LocationManager

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from LocationService.java.")
public interface LocationProvider
extends InvocationProvider

Defines the server-side of the LocationService.


Method Summary
 void leavePlace(ClientObject caller)
          Handles a LocationService.leavePlace() request.
 void moveTo(ClientObject caller, int arg1, LocationService.MoveListener arg2)
          Handles a LocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request.
 

Method Detail

leavePlace

void leavePlace(ClientObject caller)
Handles a LocationService.leavePlace() request.


moveTo

void moveTo(ClientObject caller,
            int arg1,
            LocationService.MoveListener arg2)
            throws InvocationException
Handles a LocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request.

Throws:
InvocationException