|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocationService
The location services provide a mechanism by which the client can request to move from place to
place in the server. These services should not be used directly, but instead should be accessed
via the LocationDirector.
| Nested Class Summary | |
|---|---|
static interface |
LocationService.MoveListener
Used to communicate responses to moveTo(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) requests. |
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener |
| Method Summary | |
|---|---|
void |
leavePlace(Client client)
Requests that we leave our current place and move to nowhere land. |
void |
moveTo(Client client,
int placeId,
LocationService.MoveListener listener)
Requests that this client's body be moved to the specified location. |
| Method Detail |
|---|
void moveTo(Client client,
int placeId,
LocationService.MoveListener listener)
client - a reference to the client object that defines the context in which this
invocation service should be executed.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(Client client)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||