public static class LocationMarshaller.MoveMarshaller extends InvocationMarshaller.ListenerMarshaller implements LocationService.MoveListener
LocationService.MoveListener.Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
MOVE_SUCCEEDED
The method id used to dispatch
moveSucceeded(com.threerings.crowd.data.PlaceConfig)
responses. |
callerOid, listener, mapStamp, omgr, REQUEST_FAILED_RSPID, requestId, transport| Constructor and Description |
|---|
MoveMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args)
Called to dispatch an invocation response to our target listener.
|
void |
moveSucceeded(PlaceConfig arg1)
Called in response to a successful
LocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request. |
requestFailed, setInvocationId, setNoResponse, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitrequestFailedpublic static final int MOVE_SUCCEEDED
moveSucceeded(com.threerings.crowd.data.PlaceConfig)
responses.public void moveSucceeded(PlaceConfig arg1)
LocationService.MoveListenerLocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request.moveSucceeded in interface LocationService.MoveListenerpublic void dispatchResponse(int methodId,
Object[] args)
InvocationMarshaller.ListenerMarshallerdispatchResponse in class InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.