public interface LocationService extends InvocationService<ClientObject>
LocationDirector.| Modifier and Type | Interface and Description |
|---|---|
static interface |
LocationService.MoveListener
Used to communicate responses to
moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) requests. |
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener| Modifier and Type | Method and Description |
|---|---|
void |
leavePlace()
Requests that we leave our current place and move to nowhere land.
|
void |
moveTo(int placeId,
LocationService.MoveListener listener)
Requests that this client's body be moved to the specified location.
|
void moveTo(int placeId,
LocationService.MoveListener listener)
placeId - the object id of the place object to which the body should be moved.listener - the listener that will be informed of success or failure.void leavePlace()
Copyright © 2015. All rights reserved.